mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-02 04:20:38 +00:00
Merge branch 'master' of https://github.com/AsamK/signal-cli
This commit is contained in:
commit
cb8526a86f
2 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ Link another device to this device.
|
|||
Only works, if this is the master device.
|
||||
|
||||
*--uri* URI::
|
||||
Specify the uri contained in the QR code shown by the new device.
|
||||
Specify the uri contained in the QR code shown by the new device. You will need the full uri enclosed in quotation marks, such as "tsdevice:/?uuid=....."
|
||||
|
||||
=== listDevices
|
||||
|
||||
|
|
|
@ -754,7 +754,7 @@ public class Manager implements Closeable {
|
|||
if (name.isEmpty()) {
|
||||
name = null;
|
||||
}
|
||||
if (members.size() == 0) {
|
||||
if (members.isEmpty()) {
|
||||
members = null;
|
||||
}
|
||||
if (avatar.isEmpty()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue