Adding debug_assert(false)

This commit is contained in:
Dessalines 2024-07-29 16:22:03 -04:00
parent bb4794908b
commit b750252f3a

View file

@ -197,6 +197,7 @@ impl ActivityHandler for Page {
}
// TODO this needs to be implemented
fn actor(&self) -> &Url {
debug_assert!(false);
self.id.inner()
}
async fn verify(&self, data: &Data<Self::DataType>) -> LemmyResult<()> {