Hide redactions by default again

Change-Id: I7b50a2c9aadb55f19f9b7fe49fa6cc3ac169231f
This commit is contained in:
SpiritCroc 2020-09-22 10:12:36 +02:00
parent 2fa4518600
commit 4ed7529179
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ internal object RoomSummaryEventsHelper {
filterTypes = true,
allowedTypes = RoomSummaryConstants.PREVIEWABLE_TYPES,
filterUseless = true,
filterRedacted = false,
filterRedacted = true,
filterEdits = true
)