Include webhook_id in mobile_app's notify registration_info (#58007)
This commit is contained in:
parent
58417f509b
commit
1904019b5f
3 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,7 @@ ATTR_VERTICAL_ACCURACY = "vertical_accuracy"
|
|||
ATTR_WEBHOOK_DATA = "data"
|
||||
ATTR_WEBHOOK_ENCRYPTED = "encrypted"
|
||||
ATTR_WEBHOOK_ENCRYPTED_DATA = "encrypted_data"
|
||||
ATTR_WEBHOOK_ID = "webhook_id"
|
||||
ATTR_WEBHOOK_TYPE = "type"
|
||||
|
||||
ERR_ENCRYPTION_ALREADY_ENABLED = "encryption_already_enabled"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue