Fix rendering of group joins and remove checkServiceIdEquivalence
This commit is contained in:
parent
214fae0c6e
commit
a1f0afdae8
12 changed files with 108 additions and 65 deletions
|
|
@ -143,12 +143,6 @@ export function getNotificationDataForMessage(
|
|||
);
|
||||
|
||||
const changes = GroupChange.renderChange<string>(change, {
|
||||
checkServiceIdEquivalence: (left, right) => {
|
||||
return (
|
||||
window.ConversationController.get(left) ===
|
||||
window.ConversationController.get(right)
|
||||
);
|
||||
},
|
||||
i18n: window.i18n,
|
||||
ourAci: window.textsecure.storage.user.getCheckedAci(),
|
||||
ourPni: window.textsecure.storage.user.getCheckedPni(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue