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 727b985847 - Show all commits

View file

@ -31,7 +31,7 @@ ws_errors! {
UserNotFound = "The user is not registered in the server", UserNotFound = "The user is not registered in the server",
AlreadyOnTheWhitelist = "The user is already on your whitelist", AlreadyOnTheWhitelist = "The user is already on your whitelist",
CannotAddSelfToWhitelist = "You cannot add yourself to the whitelist", CannotAddSelfToWhitelist = "You cannot add yourself to the whitelist",
AlreadyOnTheblacklist = "The user is already on your blacklist", AlreadyOnTheBlacklist = "The user is already on your blacklist",
CannotAddSelfToBlacklist = "You cannot add yourself to the blacklist", CannotAddSelfToBlacklist = "You cannot add yourself to the blacklist",
AlreadySendChatRequest = "You have already sent a chat request to this user", AlreadySendChatRequest = "You have already sent a chat request to this user",
CannotSendChatRequestToSelf = "You cannot send a chat request to yourself", CannotSendChatRequestToSelf = "You cannot send a chat request to yourself",