Support push notification for poll creation event.

This commit is contained in:
Onuray Sahin 2021-12-07 12:53:35 +03:00
parent 0d3444b9ce
commit 75b544a110

View file

@ -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,