Fixes view tests

This commit is contained in:
Mouse Reeve
2021-02-17 13:34:36 -08:00
parent 79875271f7
commit 3f02b5f6f2
2 changed files with 4 additions and 4 deletions

View File

@ -248,7 +248,7 @@ class ObjectMixin(ActivitypubMixin):
actor=user.remote_id,
to=activity_object['to'],
cc=activity_object['cc'],
object=activity_object,
object=self,
signature=signature,
).serialize()