mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-29 10:28:14 +00:00
Fixes user update broadcast
This commit is contained in:
parent
69ef967050
commit
c6464633f7
1 changed files with 1 additions and 1 deletions
|
@ -319,4 +319,4 @@ def handle_update_book(user, book):
|
||||||
|
|
||||||
def handle_update_user(user):
|
def handle_update_user(user):
|
||||||
''' broadcast editing a user's profile '''
|
''' broadcast editing a user's profile '''
|
||||||
broadcast(user, user.to_update_activity())
|
broadcast(user, user.to_update_activity(user))
|
||||||
|
|
Loading…
Reference in a new issue