You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fetches app settings from the local database when offline support is enabled if internet is off else fetches from the backend.
39
+
* Note: We need to set the app settings from the local database when offline as the client will not have the app settings in memory. For this we store it for the `client.userID`.
40
+
*
41
+
* TODO: Remove client.userID usage for offline support case.
0 commit comments