iOS offers a way to provide action buttons on a notification:
https://developer.apple.com/documentation/usernotifications/declaring-your-actionable-notification-types

It would be helpful to offer buttons like "Mark this message as read" and "Mark whole conversation as read". On #2169 (grouping notifications by conversation), a user wrote:
Related and worth considering alongside grouping: notification actions — at minimum mark-as-read/dismiss — so users can do light triage from the lock screen (clear the conversations they can see are low-priority, keep the rest as unread pointers into the app). Today the only options are open-the-app or swipe away notifications with no effect on unreads, which pushes people toward the mute-everything workaround.
Implementation
See API doc linked above.
Prerequisites
We should implement #1847 first. The natural "success" feedback for a mark-as-read button is the notification disappearing.
iOS offers a way to provide action buttons on a notification:
https://developer.apple.com/documentation/usernotifications/declaring-your-actionable-notification-types

It would be helpful to offer buttons like "Mark this message as read" and "Mark whole conversation as read". On #2169 (grouping notifications by conversation), a user wrote:
Implementation
See API doc linked above.
Prerequisites
We should implement #1847 first. The natural "success" feedback for a mark-as-read button is the notification disappearing.