mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 03:15:30 +02:00
instead of immediately sending emails, put them in ttl cache, once cache entry expires check if the user already read the notification, if its read dont send the email
15 lines
930 B
JSON
15 lines
930 B
JSON
{
|
|
"zero-is-disabled": "Enter 0 to disable this restriction",
|
|
"chat-settings": "Chat Settings",
|
|
"disable": "Disable chat",
|
|
"disable-editing": "Disable chat message editing/deletion",
|
|
"disable-editing-help": "Administrators and global moderators are exempt from this restriction",
|
|
"max-length": "Maximum length of chat messages",
|
|
"max-length-remote": "Maximum length of remote chat messages",
|
|
"max-length-remote-help": "This value is usually set higher than the chat message maximum for local users as remote messages tend to be longer (with @ mentions, etc.)",
|
|
"max-chat-room-name-length": "Maximum length of chat room names",
|
|
"max-room-size": "Maximum number of users in chat rooms",
|
|
"delay": "Time between chat messages (ms)",
|
|
"restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.",
|
|
"restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable."
|
|
} |