Skip to content

Commit

Permalink
Hide read receipt avatars on threads, fix #5239
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailgulek committed Dec 8, 2021
1 parent 98cd9dc commit e593422
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Riot/Modules/Room/DataSources/ThreadDataSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ import Foundation
@objcMembers
public class ThreadDataSource: RoomDataSource {


public override func finalizeInitialization() {
super.finalizeInitialization()
showReadMarker = false
showBubbleReceipts = false
}

}

0 comments on commit e593422

Please sign in to comment.