Show 'group updated' in left pane when we get info-free update
This commit is contained in:
parent
80dd25e995
commit
1a01e38d5c
1 changed files with 3 additions and 0 deletions
|
@ -155,6 +155,9 @@
|
|||
}
|
||||
|
||||
const messages = [];
|
||||
if (!groupUpdate.name && !groupUpdate.joined) {
|
||||
messages.push(i18n('updatedTheGroup'));
|
||||
}
|
||||
if (groupUpdate.name) {
|
||||
messages.push(i18n('titleIsNow', groupUpdate.name));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue