Bugfix
This commit is contained in:
parent
aa9f35f7ce
commit
4910729b2c
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ class MicroblogPubBackend(Backend):
|
||||||
{"$set": {"meta.undo": True, "meta.exta": "object deleted"}},
|
{"$set": {"meta.undo": True, "meta.exta": "object deleted"}},
|
||||||
)
|
)
|
||||||
|
|
||||||
self._handle_replies_delete(as_actor, obj)
|
self._handle_replies_delete(as_actor, obj.inReplyTo)
|
||||||
|
|
||||||
@ensure_it_is_me
|
@ensure_it_is_me
|
||||||
def inbox_update(self, as_actor: ap.Person, update: ap.Update) -> None:
|
def inbox_update(self, as_actor: ap.Person, update: ap.Update) -> None:
|
||||||
|
|
Loading…
Reference in a new issue