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(
|
EventEntity.types(it, listOf(
|
||||||
EventType.MESSAGE,
|
EventType.MESSAGE,
|
||||||
EventType.REDACTION,
|
EventType.REDACTION,
|
||||||
|
EventType.REACTION,
|
||||||
EventType.ENCRYPTED)
|
EventType.ENCRYPTED)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user