Fixes Favs
This commit is contained in:
parent
606d89d3bd
commit
08c1553e71
6 changed files with 7 additions and 26 deletions
|
@ -364,4 +364,4 @@ def get_remote_reviews(outbox):
|
|||
for activity in data['orderedItems']:
|
||||
if not activity['type'] == 'Review':
|
||||
continue
|
||||
activitypub.Review(**activity).to_model(Review)
|
||||
activitypub.Review(**activity).to_model()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue