gotta simplify the add activity

This commit is contained in:
Mouse Reeve
2021-02-23 15:51:02 -08:00
parent cbccdea468
commit 6e6bcb2f48
4 changed files with 80 additions and 10 deletions

View File

@ -15,7 +15,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, AddListItem, Remove
from .verbs import Add, Remove
from .verbs import Announce, Like
# this creates a list of all the Activity types that we can serialize,