mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +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
|
@Override
|
||||||
public String getObjectPath() {
|
public String getObjectPath() {
|
||||||
return getIdentityObjectPath(objectPath, identity.recipient().getLegacyIdentifier());
|
return getIdentityObjectPath(objectPath,
|
||||||
|
identity.recipient().getLegacyIdentifier() + "_" + identity.recipient().getIdentifier());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue