mirror of https://gitlab.com/bashrc2/epicyon
Set actor changed flag
parent
296fc7fde2
commit
2ce90d7012
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue