Files
core/resolvers/notifier.py
Untone 13343bb40e
All checks were successful
Deploy on push / deploy (push) Successful in 3m13s
fix: handle follower and shout notifications in notifications_seen_thread
- Add support for marking follower notifications as seen (thread='followers')
- Add support for marking new shout notifications as seen
- Use enum constants (NotificationAction, NotificationEntity) instead of strings
- Improve thread ID parsing to support different formats
- Remove obsolete TODO about notification_id offset
- Better error handling with logger.warning() instead of exceptions

Resolves TODOs on lines 253 and 286 in resolvers/notifier.py
2025-10-04 08:59:47 +03:00

16 KiB