Fixes user update broadcast

This commit is contained in:
Mouse Reeve 2020-09-29 13:23:49 -07:00
parent 69ef967050
commit c6464633f7

View file

@ -319,4 +319,4 @@ def handle_update_book(user, book):
def handle_update_user(user):
''' broadcast editing a user's profile '''
broadcast(user, user.to_update_activity())
broadcast(user, user.to_update_activity(user))