activity feed

This commit is contained in:
Mouse Reeve
2020-01-28 15:23:49 -08:00
parent cb9cb7f42d
commit b554280481
6 changed files with 69 additions and 18 deletions

View File

@ -101,7 +101,6 @@ def handle_shelve(user, book, shelf):
uuid=uuid,
user=user,
content=activity,
activity_type='Add',
shelf=shelf,
book=book,
).save()