fixes ordered collection serializations
This commit is contained in:
parent
dbe9431d5a
commit
cbccdea468
3 changed files with 4 additions and 3 deletions
|
@ -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 '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue