mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 17:41:08 +00:00
Fixes call to comment builder
This commit is contained in:
parent
51e7a50b86
commit
40028fa077
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ def create_comment_from_activity(author, activity):
|
|||
published = activity.get('published')
|
||||
remote_id = activity['id']
|
||||
|
||||
comment = create_comment(author, book, name, content, rating)
|
||||
comment = create_comment(author, book, name, content)
|
||||
comment.published_date = published
|
||||
comment.remote_id = remote_id
|
||||
comment.save()
|
||||
|
|
Loading…
Reference in a new issue