feat: push notification statistics (#30269)
Co-authored-by: Matheus Barbosa Silva <36537004+matheusbsilva137@users.noreply.github.com>pull/30473/head^2
parent
83c7708832
commit
c0ef13a0bf
@ -0,0 +1,13 @@ |
||||
--- |
||||
"@rocket.chat/meteor": minor |
||||
"@rocket.chat/core-typings": minor |
||||
--- |
||||
|
||||
Added `push` statistic, containing three bits. Each bit represents a boolean: |
||||
``` |
||||
1 1 1 |
||||
| | | |
||||
| | +- push enabled = 0b1 = 1 |
||||
| +--- push gateway enabled = 0b10 = 2 |
||||
+----- push gateway changed = 0b100 = 4 |
||||
``` |
||||
Loading…
Reference in new issue