Add boop support

This commit is contained in:
Natsumi
2024-06-08 01:46:45 +12:00
parent 831e83061d
commit f8b6396e04
7 changed files with 243 additions and 19 deletions

View File

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