mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-15 10:48:54 +03:00
Hide redactions by default again
Change-Id: I7b50a2c9aadb55f19f9b7fe49fa6cc3ac169231f
This commit is contained in:
parent
2fa4518600
commit
4ed7529179
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ internal object RoomSummaryEventsHelper {
|
|||
filterTypes = true,
|
||||
allowedTypes = RoomSummaryConstants.PREVIEWABLE_TYPES,
|
||||
filterUseless = true,
|
||||
filterRedacted = false,
|
||||
filterRedacted = true,
|
||||
filterEdits = true
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue