chore: load participants on init space analytics page (#3764)

pull/2245/head
ggurdin 3 months ago committed by GitHub
parent 635eb5546e
commit 03f487337e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -213,6 +213,7 @@ class SpaceAnalyticsState extends State<SpaceAnalytics> {
}
Future<void> _initialize() async {
await room?.requestParticipants();
final List<Future> futures = [
GetStorage.init('analytics_request_storage'),
_loadProfiles(),

Loading…
Cancel
Save