mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Rename main/master device to primary device
This commit is contained in:
parent
ad65eb7ea2
commit
9ad24614cb
22 changed files with 74 additions and 74 deletions
|
@ -119,7 +119,7 @@ The following methods listen to the account's object path, which is constructed
|
|||
|
||||
getContactName(number<s>) -> name<s>::
|
||||
* number : Phone number
|
||||
* name : Contact's name in local storage (from the master device for a linked account, or the one set with setContactName); if not set, contact's profile name is used
|
||||
* name : Contact's name in local storage (from the primary device for a linked account, or the one set with setContactName); if not set, contact's profile name is used
|
||||
|
||||
Exceptions: None
|
||||
|
||||
|
|
|
@ -110,9 +110,9 @@ Only required if a PIN was set.
|
|||
=== unregister
|
||||
|
||||
Disable push support for this device, i.e. this device won't receive any more messages.
|
||||
If this is the master device, other users can't send messages to this number anymore.
|
||||
If this is the primary device, other users can't send messages to this number anymore.
|
||||
Use "updateAccount" to undo this.
|
||||
To remove a linked device, use "removeDevice" from the master device.
|
||||
To remove a linked device, use "removeDevice" from the primary device.
|
||||
|
||||
*--delete-account*::
|
||||
Delete account completely from server.
|
||||
|
@ -137,12 +137,12 @@ Update the account attributes on the signal server.
|
|||
Can fix problems with receiving messages.
|
||||
|
||||
*-n* NAME, *--device-name* NAME::
|
||||
Set a new device name for the main or linked device
|
||||
Set a new device name for the primary or linked device
|
||||
|
||||
=== updateConfiguration
|
||||
|
||||
Update signal configs and sync them to linked devices.
|
||||
This command only works on the main devices.
|
||||
This command only works on the primary devices.
|
||||
|
||||
*--read-receipts* {true,false}::
|
||||
Indicates if Signal should send read receipts.
|
||||
|
@ -181,7 +181,7 @@ By default "cli" will be used.
|
|||
=== addDevice
|
||||
|
||||
Link another device to this device.
|
||||
Only works, if this is the master device.
|
||||
Only works, if this is the primary device.
|
||||
|
||||
*--uri* URI::
|
||||
Specify the uri contained in the QR code shown by the new device.
|
||||
|
@ -194,7 +194,7 @@ Show a list of linked devices.
|
|||
=== removeDevice
|
||||
|
||||
Remove a linked device.
|
||||
Only works, if this is the master device.
|
||||
Only works, if this is the primary device.
|
||||
|
||||
*-d* DEVICE_ID, *--device-id* DEVICE_ID::
|
||||
Specify the device you want to remove.
|
||||
|
@ -547,12 +547,12 @@ Specify the group IDs that should be unblocked in base64 encoding.
|
|||
=== sendContacts
|
||||
|
||||
Send a synchronization message with the local contacts list to all linked devices.
|
||||
This command should only be used if this is the master device.
|
||||
This command should only be used if this is the primary device.
|
||||
|
||||
=== sendSyncRequest
|
||||
|
||||
Send a synchronization request message to the master device (for group, contacts, ...).
|
||||
The master device will respond with synchronization messages with full contact and group lists.
|
||||
Send a synchronization request message to the primary device (for group, contacts, ...).
|
||||
The primary device will respond with synchronization messages with full contact and group lists.
|
||||
|
||||
=== uploadStickerPack
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue