mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +00:00
Can respond to group membership invitations
This commit is contained in:
@ -31,6 +31,8 @@ class APIRequest {
|
||||
|
||||
void addFile(String name, File file) => files[name] = file;
|
||||
|
||||
void addArgs(Map<String, String> newArgs) => args.addAll(newArgs);
|
||||
|
||||
/// Execute the request
|
||||
Future<APIResponse> exec() async => APIHelper().exec(this);
|
||||
|
||||
|
Reference in New Issue
Block a user