I haven’t received a notification from Thunder in a few weeks. I double-checked the settings to make sure “Enable Inbox Notifications” is enabled, and it is.
Anyone else have issues with notifications recently?
I haven’t received a notification from Thunder in a few weeks. I double-checked the settings to make sure “Enable Inbox Notifications” is enabled, and it is.
Anyone else have issues with notifications recently?
Oh good catch! You’re absolutely right, we only look up the first 50 unread messages when we generate notifications.
https://github.com/thunder-app/thunder/blob/f02fbfa0f80c26c59d4e7a88fced8059807e6df7/lib/notification/utils/local_notifications.dart#L75
We would have to implement some paging here to retrieve all unread messages.
Tagging @[email protected] as you might be interested in this!