mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
fix typos in DBus doc (#774)
and expand on functioning of joinGroup method
This commit is contained in:
parent
f094cd6806
commit
18ad9fbb4e
1 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ Exceptions: None, if the group name is not found an empty array is returned
|
||||||
joinGroup(inviteURI<s>) -> <>::
|
joinGroup(inviteURI<s>) -> <>::
|
||||||
* inviteURI : String starting with https://signal.group/#
|
* inviteURI : String starting with https://signal.group/#
|
||||||
|
|
||||||
If the link requires admin approval, this adds you to the requesting members list. Otherwise, this adds you to the pending members list.
|
Behavior of this method depends on the `requirePermission` parameter of the `enableLink` method. If permission is required, `joinGroup` adds you to the requesting members list. Permission may be granted based on the group's `PermissionAddMember` property (`ONLY_ADMINS` or `EVERY_MEMBER`). If permission is not required, `joinGroup` admits you immediately to the group.
|
||||||
|
|
||||||
Exceptions: Failure
|
Exceptions: Failure
|
||||||
|
|
||||||
|
@ -203,7 +203,7 @@ To get all properties, use:
|
||||||
addAdmins(recipients<as>) -> <>::
|
addAdmins(recipients<as>) -> <>::
|
||||||
* recipients : String array of phone numbers
|
* recipients : String array of phone numbers
|
||||||
|
|
||||||
Grant admit privileges to recipients.
|
Grant admin privileges to recipients.
|
||||||
|
|
||||||
Exceptions: Failure
|
Exceptions: Failure
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue