mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 20:31:19 +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,
|
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,
|
||||||
|
|
Loading…
Reference in a new issue