1
0
Fork 0

Status updates for shelving actions

This commit is contained in:
Mouse Reeve 2020-02-16 18:45:25 -08:00
parent f28ee934fc
commit 4eeb842350
6 changed files with 50 additions and 50 deletions

View file

@ -259,7 +259,7 @@ def handle_incoming_create(activity):
create_review(user, book, name, content, rating)
except ValueError:
return HttpResponseBadRequest()
else:
elif not user.local:
try:
create_status(user, content)
except ValueError: