fixes ordered collection serializations

This commit is contained in:
Mouse Reeve
2021-02-23 11:13:20 -08:00
parent dbe9431d5a
commit cbccdea468
3 changed files with 4 additions and 3 deletions

View File

@ -155,7 +155,7 @@ class Status(OrderedCollectionPageMixin, BookWyrmModel):
remote_id='%s/replies' % self.remote_id,
collection_only=True,
**kwargs
)
).serialize()
def to_activity_dataclass(self, pure=False):# pylint: disable=arguments-differ
''' return tombstone if the status is deleted '''