Skip to content

Commit 6b6f0ea

Browse files
committed
Use roomResource.processing
1 parent b881a4b commit 6b6f0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/host/app/services/matrix-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ export default class MatrixService extends Service {
12641264

12651265
checkEvents();
12661266
});
1267-
await this.roomResources.get(roomId)?.loading;
1267+
await this.roomResources.get(roomId)?.processing;
12681268
} finally {
12691269
this.timelineLoadingState.set(roomId, false);
12701270
}

0 commit comments

Comments
 (0)