External event type

This commit is contained in:
Natsumi
2023-07-29 00:52:39 +12:00
parent 0ee1ebefe2
commit 07676ecfea
6 changed files with 142 additions and 16 deletions

View File

@@ -609,6 +609,9 @@ Vue.component('marquee-text', MarqueeText);
case 'Event':
text = escapeTag(noty.data);
break;
case 'External':
text = escapeTag(noty.message);
break;
case 'VideoPlay':
text = `<strong>Now playing:</strong> ${escapeTag(
noty.notyName