Fixing errors.

This commit is contained in:
Dessalines 2024-10-26 17:48:52 -04:00
parent 78f89014a5
commit b643e9946e

View file

@ -42,7 +42,6 @@ pub enum LemmyErrorType {
PersonIsBlocked, PersonIsBlocked,
CommunityIsBlocked, CommunityIsBlocked,
InstanceIsBlocked, InstanceIsBlocked,
VoteNotAllowed,
InstanceIsPrivate, InstanceIsPrivate,
/// Password must be between 10 and 60 characters /// Password must be between 10 and 60 characters
InvalidPassword, InvalidPassword,
@ -57,7 +56,6 @@ pub enum LemmyErrorType {
OnlyAdminsCanCreateCommunities, OnlyAdminsCanCreateCommunities,
CommunityAlreadyExists, CommunityAlreadyExists,
LanguageNotAllowed, LanguageNotAllowed,
OnlyModsCanPostInCommunity,
CouldntUpdatePost, CouldntUpdatePost,
NoPostEditAllowed, NoPostEditAllowed,
EditPrivateMessageNotAllowed, EditPrivateMessageNotAllowed,
@ -70,7 +68,6 @@ pub enum LemmyErrorType {
EmailAlreadyExists, EmailAlreadyExists,
UsernameAlreadyExists, UsernameAlreadyExists,
PersonIsBannedFromCommunity, PersonIsBannedFromCommunity,
NewPostCannotBeLocked,
NoIdGiven, NoIdGiven,
IncorrectLogin, IncorrectLogin,
ObjectNotLocal, ObjectNotLocal,