feat: Chat request implementation #14

Manually merged
awiteb merged 55 commits from awiteb/chat-request-and-response into master 2024-07-18 14:21:39 +02:00 AGit
Showing only changes of commit c517fea6fd - Show all commits

View file

@ -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."
} }