Show 'group updated' in left pane when we get info-free update
This commit is contained in:
@@ -155,6 +155,9 @@
|
||||
}
|
||||
|
||||
const messages = [];
|
||||
if (!groupUpdate.name && !groupUpdate.joined) {
|
||||
messages.push(i18n('updatedTheGroup'));
|
||||
}
|
||||
if (groupUpdate.name) {
|
||||
messages.push(i18n('titleIsNow', groupUpdate.name));
|
||||
}
|
||||
|
Reference in New Issue
Block a user