mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 04:11:17 +00:00
Fixing errors.
This commit is contained in:
parent
78f89014a5
commit
b643e9946e
1 changed files with 0 additions and 3 deletions
|
@ -42,7 +42,6 @@ pub enum LemmyErrorType {
|
|||
PersonIsBlocked,
|
||||
CommunityIsBlocked,
|
||||
InstanceIsBlocked,
|
||||
VoteNotAllowed,
|
||||
InstanceIsPrivate,
|
||||
/// Password must be between 10 and 60 characters
|
||||
InvalidPassword,
|
||||
|
@ -57,7 +56,6 @@ pub enum LemmyErrorType {
|
|||
OnlyAdminsCanCreateCommunities,
|
||||
CommunityAlreadyExists,
|
||||
LanguageNotAllowed,
|
||||
OnlyModsCanPostInCommunity,
|
||||
CouldntUpdatePost,
|
||||
NoPostEditAllowed,
|
||||
EditPrivateMessageNotAllowed,
|
||||
|
@ -70,7 +68,6 @@ pub enum LemmyErrorType {
|
|||
EmailAlreadyExists,
|
||||
UsernameAlreadyExists,
|
||||
PersonIsBannedFromCommunity,
|
||||
NewPostCannotBeLocked,
|
||||
NoIdGiven,
|
||||
IncorrectLogin,
|
||||
ObjectNotLocal,
|
||||
|
|
Loading…
Reference in a new issue