Fix #1078 - Stop 500 error when GET request on inbox
This commit is contained in:
parent
9e715bb07f
commit
95dbed2d72
@ -156,7 +156,7 @@ def inbox_endpoint(request, inbox=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
|
||||
# limits where we can.
|
||||
|
Loading…
x
Reference in New Issue
Block a user