Reject invalid envelope types

This commit is contained in:
Chris Eager
2022-02-15 15:31:52 -08:00
committed by Chris Eager
parent b2b20072ae
commit 579eb85175
3 changed files with 73 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
{
"messages": [
{
"type": 5,
"destinationDeviceId": 1,
"body": "Zm9vYmFyego",
"timestamp": 1234
}
]
}