use MOTD_BANNED_TAGS in motd editor view

This commit is contained in:
2025-12-02 06:23:06 +03:00
parent a185208fc1
commit 24fe0aba30
3 changed files with 4 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ REACTION_EMOJI = [
]
MOTD_BANNED_TAGS = [
'img', 'spoiler', 'mention'
'img', 'spoiler', '@mention'
]
def permission_level_string(perm):