mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-20 06:04:22 +01:00
Refactor group store
This commit is contained in:
@@ -472,7 +472,7 @@ public class DbusSignalImpl implements Signal {
|
||||
if (group == null) {
|
||||
return false;
|
||||
} else {
|
||||
return group.isMember(m.getSelfAddress());
|
||||
return group.isMember(m.getSelfRecipientId());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user