mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 20:31:19 +00:00
Adding debug_assert(false)
This commit is contained in:
parent
bb4794908b
commit
b750252f3a
1 changed files with 1 additions and 0 deletions
|
@ -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<()> {
|
||||
|
|
Loading…
Reference in a new issue