Skip to content

Fix generating too many persistent notifications

Flo Lee requested to merge fix-too-many-persistent-notifications into master

This was a regression caused by refactoring:

  • When cleaning up the code processing the push message, the dismissing of older notifications was removed
  • Additionally the tag used for dismissing was the wrong one, needs to be chatId instead of tag variable

fixes #141 (closed)

Edited by Flo Lee

Merge request reports