We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5806b91 + 7dfe790 commit 3959cd3Copy full SHA for 3959cd3
include/session/config/groups/members.hpp
@@ -132,6 +132,11 @@ struct member {
132
/// This marks the user as having had an invitation message sent to them.
133
void set_invite_sent() { invite_status = STATUS_SENT; }
134
135
+ /// API: groups/member::set_invite_not_sent
136
+ ///
137
+ /// This resets the invite status of a user to `STATUS_NOT_SENT`.
138
+ void set_invite_not_sent() { invite_status = STATUS_NOT_SENT; }
139
+
140
/// API: groups/member::set_invite_failed
141
///
142
/// This marks the user to indicate that their invitation message failed to send (this is
0 commit comments