If we happen to get a group message with no update, use a blank name
This commit is contained in:
parent
f23403f82b
commit
40b54185f3
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
|||
attributes = {
|
||||
type : 'group',
|
||||
groupId : pushMessageContent.group.id,
|
||||
name : pushMessageContent.group.name,
|
||||
name : pushMessageContent.group.name || '',
|
||||
avatar : pushMessageContent.group.avatar,
|
||||
members : pushMessageContent.group.members,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue