Skip to content

Commit d3f4ec0

Browse files
committed
fixing a compilation error
1 parent 9cfe050 commit d3f4ec0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

MatrixSDK/Background/MXBackgroundStore.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,11 @@ class MXBackgroundStore: NSObject, MXStore {
298298
func isRoomMarked(asUnread roomId: String) -> Bool {
299299
return false
300300
}
301+
302+
func removeAllMessagesSent(before limitTs: UInt64, inRoom roomId: String) -> Bool {
303+
// Not sure if this needs to be implemented
304+
false
305+
}
301306
}
302307

303308
// MARK: - MXRoomSummaryStore
@@ -334,5 +339,4 @@ extension MXBackgroundStore: MXRoomSummaryStore {
334339
completion([])
335340
}
336341
}
337-
338342
}

0 commit comments

Comments
 (0)