Set actor changed flag

merge-requests/30/head
Bob Mottram 2024-03-20 21:34:36 +00:00
parent 296fc7fde2
commit 2ce90d7012
1 changed files with 2 additions and 2 deletions

View File

@ -704,7 +704,7 @@ def _profile_post_notify_reactions(base_dir: str,
nickname: str, domain: str, nickname: str, domain: str,
on_final_welcome_screen: bool, on_final_welcome_screen: bool,
hide_reaction_button_active: bool, hide_reaction_button_active: bool,
fields: {}) -> bool: fields: {}, actor_changed: bool) -> bool:
""" HTTP POST notify about new Reactions """ HTTP POST notify about new Reactions
""" """
notify_reactions_filename = \ notify_reactions_filename = \
@ -2942,7 +2942,7 @@ def profile_edit(self, calling_domain: str, cookie: str,
nickname, domain, nickname, domain,
on_final_welcome_screen, on_final_welcome_screen,
hide_reaction_button_active, hide_reaction_button_active,
fields) fields, actor_changed)
actor_changed = \ actor_changed = \
_profile_post_account_type(path, actor_json, fields, _profile_post_account_type(path, actor_json, fields,
admin_nickname, actor_changed) admin_nickname, actor_changed)