Skip to content

Force default notifications settings to off when setting custom value

Flo Lee requested to merge fix-disable-notifications into master

When manipulating the time for disabling notifications we use the current values and overwrite the value for muted seconds. Unfortunately m_useDefaultMuteFor is then set to true, when the caht was never muted before. Force that to false, and Telegram servers start accepting our values! Fixes #201 (closed)

Merge request reports