fix / missing reaction event in filter

This commit is contained in:
Valere 2019-07-01 13:53:10 +02:00
parent 6a829caf0f
commit 0d433b2620

View file

@ -45,6 +45,7 @@ internal class EventRelationsAggregationUpdater @Inject constructor(monarchy: Mo
EventEntity.types(it, listOf(
EventType.MESSAGE,
EventType.REDACTION,
EventType.REACTION,
EventType.ENCRYPTED)
)
}