Clean up MessageModel group_update
This commit is contained in:
parent
0a4eef29db
commit
b990204bce
4 changed files with 27 additions and 28 deletions
|
@ -671,7 +671,7 @@ function getPropsForGroupNotification(
|
|||
});
|
||||
}
|
||||
|
||||
if (groupUpdate.joined) {
|
||||
if (groupUpdate.joined?.length) {
|
||||
changes.push({
|
||||
type: 'add' as ChangeType,
|
||||
contacts: map(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue