diff --git a/src/matrix/room/RoomSummary.js b/src/matrix/room/RoomSummary.js index 741b8764..21739a1e 100644 --- a/src/matrix/room/RoomSummary.js +++ b/src/matrix/room/RoomSummary.js @@ -326,7 +326,7 @@ export class RoomSummary { * writeIsTrackingMembers, ... take a txn directly. */ async writeAndApplyChanges(data, storage) { - const txn = await storage.readTxn([ + const txn = await storage.readWriteTxn([ storage.storeNames.roomSummary, ]); try {