mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-23 09:28:03 +01:00
Add support for receiving, storing, and returning urgent flags on messages
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"urgent": false,
|
||||
"messages": [
|
||||
{
|
||||
"type": 1,
|
||||
"destinationDeviceId": 1,
|
||||
"destinationRegistrationId": 222,
|
||||
"content": "Zm9vYmFyego",
|
||||
"timestamp": 1234
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"destinationDeviceId": 2,
|
||||
"destinationRegistrationId": 333,
|
||||
"content": "Zm9vYmFyego",
|
||||
"timestamp": 1234
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"urgent": false,
|
||||
"messages": [
|
||||
{
|
||||
"type": 1,
|
||||
"destinationDeviceId": 1,
|
||||
"content": "Zm9vYmFyego",
|
||||
"timestamp": 1234
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user