feat: Implement room tags

This commit is contained in:
Christian Kußowski 2026-04-01 08:24:59 +02:00
commit 101578bc9d
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 165 additions and 38 deletions

View file

@ -2798,5 +2798,9 @@
"joinVoiceCall": "Join voice call",
"joinVideoCall": "Join video call",
"live": "Live",
"playSoundOnNotification": "Play sound on notification"
"playSoundOnNotification": "Play sound on notification",
"addTag": "Add tag",
"removeTag": "Remove tag",
"tagName": "Tag name",
"createNewTag": "Create new tag"
}