group.transfer support, add/edit/delete group posts, emoji anim loop type

This commit is contained in:
Natsumi
2024-04-20 09:12:38 +12:00
parent 0587628856
commit e7c3cb4cbd
7 changed files with 478 additions and 92 deletions

View File

@@ -597,6 +597,9 @@ Vue.component('marquee-text', MarqueeText);
case 'group.joinRequest':
text = noty.message;
break;
case 'group.transfer':
text = noty.message;
break;
case 'group.queueReady':
text = noty.message;
break;