mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-26 06:11:26 +00:00
Remove todo.
This commit is contained in:
parent
87618a2994
commit
8226929286
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ impl ActivityHandler for Page {
|
||||||
fn id(&self) -> &Url {
|
fn id(&self) -> &Url {
|
||||||
self.id.inner()
|
self.id.inner()
|
||||||
}
|
}
|
||||||
// TODO this needs to be implemented
|
|
||||||
fn actor(&self) -> &Url {
|
fn actor(&self) -> &Url {
|
||||||
debug_assert!(false);
|
debug_assert!(false);
|
||||||
self.id.inner()
|
self.id.inner()
|
||||||
|
|
Loading…
Reference in a new issue