mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 18:05:59 +03:00
fix / missing reaction event in filter
This commit is contained in:
parent
6a829caf0f
commit
0d433b2620
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue