fix / missing reaction event in filter
This commit is contained in:
parent
6a829caf0f
commit
0d433b2620
|
@ -45,6 +45,7 @@ internal class EventRelationsAggregationUpdater @Inject constructor(monarchy: Mo
|
|||
EventEntity.types(it, listOf(
|
||||
EventType.MESSAGE,
|
||||
EventType.REDACTION,
|
||||
EventType.REACTION,
|
||||
EventType.ENCRYPTED)
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue