mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
Log a warning if the event content is not pruned
This commit is contained in:
parent
2477632e2b
commit
5a43b76488
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@ internal class RedactionEventProcessor @Inject constructor() : EventInsertLivePr
|
|||
|
||||
handleTimelineThreadSummaryIfNeeded(realm, eventToPrune, isLocalEcho)
|
||||
}
|
||||
else -> {
|
||||
Timber.w("Not pruning event (type $typeToPrune)")
|
||||
}
|
||||
}
|
||||
if (typeToPrune == EventType.STATE_ROOM_MEMBER && stateKey != null) {
|
||||
TimelineEventEntity.findWithSenderMembershipEvent(realm, eventToPrune.eventId).forEach {
|
||||
|
|
Loading…
Add table
Reference in a new issue