1
0
Fork 0

Fixes signing Create activities

and some tests for the base_model
This commit is contained in:
Mouse Reeve 2020-12-04 11:22:08 -08:00
parent 9989641f4c
commit 2e4aff90a3
3 changed files with 51 additions and 10 deletions

View file

@ -44,11 +44,6 @@ class Status(OrderedCollectionPageMixin, BookWyrmModel):
)
objects = InheritanceManager()
@property
def ap_replies(self):
''' structured replies block '''
return self.to_replies()
activity_serializer = activitypub.Note
serialize_reverse_fields = ['attachments']