mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Support push notification for poll creation event.
This commit is contained in:
parent
0d3444b9ce
commit
75b544a110
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ internal class DefaultProcessEventForPushTask @Inject constructor(
|
|||
|
||||
val allEvents = (newJoinEvents + inviteEvents).filter { event ->
|
||||
when (event.type) {
|
||||
EventType.POLL_START,
|
||||
EventType.MESSAGE,
|
||||
EventType.REDACTION,
|
||||
EventType.ENCRYPTED,
|
||||
|
|
Loading…
Reference in a new issue