mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Ensure uniqueness of dbus identity names
This commit is contained in:
parent
4a37227b95
commit
884fa2748e
1 changed files with 2 additions and 1 deletions
|
@ -1100,7 +1100,8 @@ public class DbusSignalImpl implements Signal {
|
|||
|
||||
@Override
|
||||
public String getObjectPath() {
|
||||
return getIdentityObjectPath(objectPath, identity.recipient().getLegacyIdentifier());
|
||||
return getIdentityObjectPath(objectPath,
|
||||
identity.recipient().getLegacyIdentifier() + "_" + identity.recipient().getIdentifier());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue