Removing some commands.

This commit is contained in:
Dessalines 2024-07-30 09:19:23 -04:00
parent b750252f3a
commit 649332a8a8
2 changed files with 0 additions and 2 deletions

View file

@ -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()),
}
}

View file

@ -179,7 +179,6 @@ pub enum LemmyErrorType {
UrlWithoutDomain,
InboxTimeout,
Unknown(String),
NotAnActor,
CantDeleteSite,
}