mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-26 06:11:26 +00:00
Removing some commands.
This commit is contained in:
parent
b750252f3a
commit
649332a8a8
2 changed files with 0 additions and 2 deletions
|
@ -117,7 +117,6 @@ impl InCommunity for AnnouncableActivities {
|
|||
CollectionRemove(a) => a.community(context).await,
|
||||
LockPost(a) => a.community(context).await,
|
||||
UndoLockPost(a) => a.community(context).await,
|
||||
// TODO this needs to be implemented
|
||||
Page(_) => Err(LemmyErrorType::CouldntFindPost.into()),
|
||||
}
|
||||
}
|
||||
|
|
|
@ -179,7 +179,6 @@ pub enum LemmyErrorType {
|
|||
UrlWithoutDomain,
|
||||
InboxTimeout,
|
||||
Unknown(String),
|
||||
NotAnActor,
|
||||
CantDeleteSite,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue