1
0
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:
2020-04-15 14:31:45 +02:00
parent cd677deec0
commit 8d49a80e79
3 changed files with 59 additions and 5 deletions

View File

@ -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);