Threads: added support to read receipts (MSC3771)

- Update after review
This commit is contained in:
Gil Eluard
2022-11-01 22:48:47 +01:00
parent 21f5689112
commit 6bff73125d
3 changed files with 30 additions and 11 deletions
@@ -27,8 +27,6 @@ public class ThreadDataSource: RoomDataSource {
public override func finalizeInitialization() {
super.finalizeInitialization()
showReadMarker = true
showBubbleReceipts = true
showTypingRow = false
NotificationCenter.default.addObserver(self,