mirror of
https://github.com/danog/rpc-db.git
synced 2024-11-26 20:14:40 +01:00
Update
This commit is contained in:
parent
eeae142bcd
commit
688449652e
@ -2035,6 +2035,9 @@
|
|||||||
"messages.sendMessage",
|
"messages.sendMessage",
|
||||||
"messages.sendMultiMedia"
|
"messages.sendMultiMedia"
|
||||||
],
|
],
|
||||||
|
"TOPIC_HIDE_SEPARATELY": [
|
||||||
|
"channels.editForumTopic"
|
||||||
|
],
|
||||||
"TOPIC_ID_INVALID": [
|
"TOPIC_ID_INVALID": [
|
||||||
"channels.deleteTopicHistory",
|
"channels.deleteTopicHistory",
|
||||||
"channels.editForumTopic",
|
"channels.editForumTopic",
|
||||||
@ -3210,6 +3213,7 @@
|
|||||||
"TOPIC_CLOSE_SEPARATELY": "",
|
"TOPIC_CLOSE_SEPARATELY": "",
|
||||||
"TOPIC_CLOSED": "This topic was closed, you can't send messages to it anymore.",
|
"TOPIC_CLOSED": "This topic was closed, you can't send messages to it anymore.",
|
||||||
"TOPIC_DELETED": "The specified topic was deleted.",
|
"TOPIC_DELETED": "The specified topic was deleted.",
|
||||||
|
"TOPIC_HIDE_SEPARATELY": "",
|
||||||
"TOPIC_ID_INVALID": "The specified topic ID is invalid.",
|
"TOPIC_ID_INVALID": "The specified topic ID is invalid.",
|
||||||
"TOPIC_NOT_MODIFIED": "The updated topic info is equal to the current topic info, nothing was changed.",
|
"TOPIC_NOT_MODIFIED": "The updated topic info is equal to the current topic info, nothing was changed.",
|
||||||
"TOPIC_TITLE_EMPTY": "The specified topic title is empty.",
|
"TOPIC_TITLE_EMPTY": "The specified topic title is empty.",
|
||||||
|
Loading…
Reference in New Issue
Block a user