[GH-ISSUE #1704] iOS topic selection hang #1183

Open
opened 2026-05-05 04:29:50 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @am7590 on GitHub (Apr 14, 2026).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1704

🐞 Describe the bug
Opening a topic can be slow or cause hangs when the device has a large backlog of delivered notifications

💻 Components impacted
iOS

💡 Screenshots and/or logs

  • Open the iOS app after 200+ unread notifications
  • Tap a topic
  • Topic view opens slowly / app appears hung for a few seconds. Or crashes

🔮 Additional context

  • When a topic is tapped, NotificationListView calls cancelSubscriptionNotifications()
  • This fetches all delivered system notifications on the device, filters them in memory, and removes matches for the selected topic
  • This causes main thread unresponsiveness
Originally created by @am7590 on GitHub (Apr 14, 2026). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1704 :lady_beetle: **Describe the bug** Opening a topic can be slow or cause hangs when the device has a large backlog of delivered notifications :computer: **Components impacted** iOS :bulb: **Screenshots and/or logs** - Open the iOS app after 200+ unread notifications - Tap a topic - Topic view opens slowly / app appears hung for a few seconds. Or crashes :crystal_ball: **Additional context** - When a topic is tapped, NotificationListView calls cancelSubscriptionNotifications() - This fetches all delivered system notifications on the device, filters them in memory, and removes matches for the selected topic - This causes main thread unresponsiveness
gitea-mirror added the
🪲 bug
label 2026-05-05 04:29:50 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ntfy#1183
No description provided.