mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Can cancel a group membership invitation
This commit is contained in:
@ -36,6 +36,12 @@ class APIRequest {
|
||||
if (this.args == null) this.args = Map();
|
||||
}
|
||||
|
||||
APIRequest.withLogin(this.uri, {this.args})
|
||||
: needLogin = true,
|
||||
assert(uri != null) {
|
||||
if (args == null) this.args = Map();
|
||||
}
|
||||
|
||||
APIRequest addString(String name, String value) {
|
||||
args[name] = value;
|
||||
return this;
|
||||
|
Reference in New Issue
Block a user