kthcloud / go-deploy

Creation and management of resources on kthcloud
https://api.cloud.cbh.kth.se/deploy
MIT License
3 stars 1 forks source link

Mark notification as completed #349

Closed pierrelefevre closed 6 months ago

pierrelefevre commented 6 months ago

Notifications have the readAt value to show if they have been read

However nothing marks the notification as completed when accepting, perhaps we could add "completedAt" when the callback is called.

saffronjam commented 6 months ago

fixed in https://github.com/kthcloud/go-deploy/pull/358