Group change notification

This commit is contained in:
Natsumi
2024-04-18 01:46:52 +12:00
parent de8a7cb98c
commit 0587628856
6 changed files with 326 additions and 41 deletions

View File

@@ -582,6 +582,9 @@ Vue.component('marquee-text', MarqueeText);
case 'DisplayName':
text = `<strong>${noty.previousDisplayName}</strong> changed their name to ${noty.displayName}`;
break;
case 'groupChange':
text = `<strong>${noty.senderUsername}</strong> ${noty.message}`;
break;
case 'group.announcement':
text = noty.message;
break;