Fixes view tests
This commit is contained in:
parent
79875271f7
commit
3f02b5f6f2
2 changed files with 4 additions and 4 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue