Skip to content
Snippets Groups Projects
Commit 08c18658 authored by RMidhunSuresh's avatar RMidhunSuresh
Browse files

Change argument in emitChange

parent 4510e6a7
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ export class ChatterboxViewModel extends ViewModel {
navigation: this.navigation,
});
await this._roomViewModel.load();
this.emitChange("timelineViewModel");
this.emitChange("roomViewModel");
}
private async createRoomWithUserSpecifiedInConfig() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment