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

This commit is contained in:
ggurdin 2025-08-15 14:35:24 -04:00 committed by GitHub
parent 635eb5546e
commit 03f487337e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(),