mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-09-19 05:38:48 +00:00
Can update the list of members of a conversation.
This commit is contained in:
@@ -122,6 +122,15 @@ export class RequestHandler {
|
||||
return list;
|
||||
}
|
||||
|
||||
/**
|
||||
* Turn a list of string into a Set object
|
||||
*
|
||||
* @param name Name of POST field
|
||||
*/
|
||||
public postNumbersSet(name : string) : Set<number> {
|
||||
return new Set(this.postNumbersList(name));
|
||||
}
|
||||
|
||||
/**
|
||||
* Get a boolean included in the request
|
||||
*
|
||||
|
Reference in New Issue
Block a user