chore: Add new websocket errors
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
c13d0fc59b
commit
c517fea6fd
1 changed files with 2 additions and 0 deletions
|
@ -37,4 +37,6 @@ ws_errors! {
|
||||||
CannotSendChatRequestToSelf = "You cannot send a chat request to yourself",
|
CannotSendChatRequestToSelf = "You cannot send a chat request to yourself",
|
||||||
CannotRespondToOwnChatRequest = "You cannot respond to your own chat request",
|
CannotRespondToOwnChatRequest = "You cannot respond to your own chat request",
|
||||||
NoChatRequestFromRecipient = "You do not have a chat request from the recipient",
|
NoChatRequestFromRecipient = "You do not have a chat request from the recipient",
|
||||||
|
RecipientBlacklist = "You cannot send a chat request because you are on the recipient's blacklist.",
|
||||||
|
AlreadyInRecipientWhitelist = "You are already on the recipient's whitelist and can chat with them."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue