mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat(chatd): add tag-based dedup to push notifications (#22669)
This commit is contained in:
@@ -224,6 +224,7 @@ type WebpushMessage struct {
|
||||
Icon string `json:"icon"`
|
||||
Title string `json:"title"`
|
||||
Body string `json:"body"`
|
||||
Tag string `json:"tag,omitempty"`
|
||||
Actions []WebpushMessageAction `json:"actions"`
|
||||
Data map[string]string `json:"data,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user