You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val powerLevelsHelper = stateEventDataSource.getStateEvent(roomId, EventType.STATE_ROOM_POWER_LEVELS, QueryStringValue.NoCondition)
?.content?.toModel<PowerLevelsContent>()
?.let { PowerLevelsHelper(it) }
if (!powerLevelsHelper?.isUserAbleToRedact(event.senderId ?: "").orFalse()) {
Timber.v("## Received poll.end event $pollEventId but user ${event.senderId} doesn't have enough power level in room $roomId")
return
}
Steps to reproduce
I observed this issue in two rooms, but in some others works.
Outcome
What did you expect?
The poll to be end
What happened instead?
The poll did not End
Your phone model
No response
Operating system version
No response
Application version and app store
1.3.16
Homeserver
No response
Will you send logs?
No
The text was updated successfully, but these errors were encountered: