Skip to content
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

feat(notify): message idempotency/storage & webhook refactor #161

Open
wants to merge 11 commits into
base: main-lfs-DO-NOT-USE
Choose a base branch
from
2 changes: 2 additions & 0 deletions docs/specs/clients/notify/data-structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

```typescript
{
// Unique ID for the message
id: string,
// Notification type which matches the scope of notify subscription
type: string,
// Short message used in the title of the notification
Expand Down
Loading