Replace purple_accounts_restore_statuses with purple_account_manager_set_online
Review Request #3002 — Created March 1, 2024 and submitted
This is a step in replacing the old accounts API. I skipped checking if we have
network connectivity or not, because we need to work that into
purple_account_connect and checking purple_protocol_can_connect_async.
Ran with the turtles.
- Change Summary:
-
Make this a property instead and call disconnect when it is set to false.
- Summary:
-
Replace purple_accounts_restore_statuses with purple_account_manager_go_onlineReplace purple_accounts_restore_statuses with purple_account_manager_set_online
- Commits:
-
Summary ID ddc2dd690c59a56f8face757ae0082435a71204d 1553a0ca5e36c2b05c9360b3c45a3d1a4c8cc0f6
- Change Summary:
-
Fix typo
- Description:
-
~ This is a step is replacing the old accounts API. I skipped checking if we have
~ This is a step in replacing the old accounts API. I skipped checking if we have
network connectivity or not, because we need to work that into purple_account_connect and checking purple_protocol_can_connect_async.