You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Mark All as Read feature for inbox notifications
Implements feature request from issue #15264 to add a "Mark all as read" feature for notifications. This PR adds:
1. A new SQL query to mark all unread notifications as read for a user
2. A new REST API endpoint at /api/v2/notifications/inbox/mark-all-read
3. A new SDK method MarkAllInboxNotificationsRead
4. A comprehensive test to verify the functionality
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments