Fixes incoming shelve activity

This commit is contained in:
Mouse Reeve
2020-12-15 18:57:17 -08:00
parent 948e938040
commit da05b99bb8
5 changed files with 28 additions and 6 deletions

View File

@ -57,7 +57,6 @@ def shared_inbox(request):
'Announce': handle_boost,
'Add': {
'Edition': handle_add,
'Work': handle_add,
},
'Undo': {
'Follow': handle_unfollow,