Skip to content

feat(coderd): add mark-all-as-read endpoint for inbox notifications #16976

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Mar 20, 2025
Prev Previous commit
Next Next commit
make fmt
  • Loading branch information
defelmnq committed Mar 18, 2025
commit 27ad10bfed2a0dda00cb0d1f7135bc1167c3b856
1 change: 1 addition & 0 deletions coderd/inboxnotifications_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,7 @@ func TestInboxNotifications_ReadStatus(t *testing.T) {
require.Empty(t, updatedNotif.Notification)
})
}

func TestInboxNotifications_MarkAllAsRead(t *testing.T) {
t.Parallel()

Expand Down
Loading