chore: Fix typo in the AlreadyOnTheBlacklist error name

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2024-07-17 18:30:55 +03:00
parent 1857365aac
commit 727b985847
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -31,7 +31,7 @@ ws_errors! {
UserNotFound = "The user is not registered in the server",
AlreadyOnTheWhitelist = "The user is already on your 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",
AlreadySendChatRequest = "You have already sent a chat request to this user",
CannotSendChatRequestToSelf = "You cannot send a chat request to yourself",