Merge pull request #2807 from krille-chan/krille/implement-room-tags

feat: Implement room tags
This commit is contained in:
Krille-chan 2026-04-01 08:49:23 +02:00 committed by GitHub
commit e7a73e5249
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"
}