Skip to content

Commit

Permalink
✨ More notification topics (#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
Munklinde96 authored Oct 21, 2024
1 parent 84ff0b3 commit 0ddda49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/docs/api/platform-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,10 @@
| NOTIFICATION_TOPIC_UNSPECIFIED | 0 | |
| NOTIFICATION_TOPIC_ROLLOUT | 1 | |
| NOTIFICATION_TOPIC_ISSUE | 2 | |
| NOTIFICATION_TOPIC_PROJECT | 3 | |
| NOTIFICATION_TOPIC_ENVIRONMENT | 4 | |
| NOTIFICATION_TOPIC_CAPSULE | 5 | |
| NOTIFICATION_TOPIC_USER | 6 | |



Expand Down
6 changes: 5 additions & 1 deletion proto/rig/model/notification.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@ enum NotificationTopic {
NOTIFICATION_TOPIC_UNSPECIFIED = 0;
NOTIFICATION_TOPIC_ROLLOUT = 1;
NOTIFICATION_TOPIC_ISSUE = 2;
}
NOTIFICATION_TOPIC_PROJECT = 3;
NOTIFICATION_TOPIC_ENVIRONMENT = 4;
NOTIFICATION_TOPIC_CAPSULE = 5;
NOTIFICATION_TOPIC_USER = 6;
}

0 comments on commit 0ddda49

Please sign in to comment.