chore: wait for analytics box to init before fetching locally cached analytics (#3365)
This commit is contained in:
parent
12752ef38e
commit
5fb447336c
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ class GetAnalyticsController extends BaseController {
|
|||
_initializing = true;
|
||||
|
||||
try {
|
||||
await GetStorage.init("analytics_storage");
|
||||
_client.updateAnalyticsRoomVisibility();
|
||||
_client.addAnalyticsRoomsToSpaces();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue