Fixes bugs in how lists/shelves federate Adds
This commit is contained in:
@ -68,7 +68,7 @@ class ListItem(CollectionItemMixin, BookWyrmModel):
|
||||
order = fields.IntegerField(blank=True, null=True)
|
||||
endorsement = models.ManyToManyField('User', related_name='endorsers')
|
||||
|
||||
activity_serializer = activitypub.AddBook
|
||||
activity_serializer = activitypub.AddListItem
|
||||
object_field = 'book'
|
||||
collection_field = 'book_list'
|
||||
|
||||
|
Reference in New Issue
Block a user