diff options
Diffstat (limited to 'mauve.proto')
-rw-r--r-- | mauve.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mauve.proto b/mauve.proto index 7bd25e4..cf030dd 100644 --- a/mauve.proto +++ b/mauve.proto @@ -44,6 +44,9 @@ message Alert { // optional uint32 importance = 7; + // Suppress any notifications about this alert until this UNIX time. + // + optional uint64 suppress_until = 8; } // The AlertUpdate is the unit of communication from an alerting source; |