Fix #1078 - Stop 500 error when GET request on inbox

This commit is contained in:
Jessica Tallon 2014-12-16 12:15:13 +00:00
parent 9e715bb07f
commit 95dbed2d72

View File

@ -156,7 +156,7 @@ def inbox_endpoint(request, inbox=None):
) )
if inbox is None: if inbox is None:
inbox = Activity.query.all() inbox = Activity.query
# We want to make a query for all media on the site and then apply GET # We want to make a query for all media on the site and then apply GET
# limits where we can. # limits where we can.