Fixes bugs in how lists/shelves federate Adds

This commit is contained in:
Mouse Reeve
2021-02-10 19:17:01 -08:00
parent bf941f1507
commit 5f7466e92d
5 changed files with 33 additions and 6 deletions

View File

@ -16,7 +16,7 @@ from .response import ActivitypubResponse
from .book import Edition, Work, Author
from .verbs import Create, Delete, Undo, Update
from .verbs import Follow, Accept, Reject, Block
from .verbs import Add, AddBook, Remove
from .verbs import Add, AddBook, AddListItem, Remove
# this creates a list of all the Activity types that we can serialize,
# so when an Activity comes in from outside, we can check if it's known