mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 18:22:21 +00:00
changed message shown to muted users (after discussion with mods)
Adjusted apidocs comment to match. Corrected the error type for that comment.
This commit is contained in:
parent
95865f5ec8
commit
59a22805b9
2 changed files with 2 additions and 2 deletions
|
|
@ -255,7 +255,7 @@
|
|||
"userRequestsApproval": "<%= userName %> requests approval",
|
||||
"userCountRequestsApproval": "<%= userCount %> request approval",
|
||||
"youAreRequestingApproval": "You are requesting approval",
|
||||
"chatPrivilegesRevoked": "Your chat privileges have been revoked.",
|
||||
"chatPrivilegesRevoked": "You cannot do that because your chat privileges have been revoked.",
|
||||
"cannotCreatePublicGuildWhenMuted": "You cannot create a public guild because your chat privileges have been revoked.",
|
||||
"cannotInviteWhenMuted": "You cannot invite anyone to a guild or party because your chat privileges have been revoked.",
|
||||
"newChatMessagePlainNotification": "New message in <%= groupName %> by <%= authorName %>. Click here to open the chat page!",
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ function getBannedWordsFromText (message) {
|
|||
*
|
||||
* @apiUse GroupNotFound
|
||||
* @apiUse GroupIdRequired
|
||||
* @apiError (400) {NotFound} ChatPriviledgesRevoked Your chat privileges have been revoked
|
||||
* @apiError (400) {NotAuthorized} chatPriviledgesRevoked You cannot do that because your chat privileges have been revoked.
|
||||
*/
|
||||
api.postChat = {
|
||||
method: 'POST',
|
||||
|
|
|
|||
Loading…
Reference in a new issue