We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4e4c2 commit 0b2ea9dCopy full SHA for 0b2ea9d
1 file changed
send.go
@@ -1045,7 +1045,7 @@ func (cli *Client) preparePeerMessageNode(
1045
"category": "peer",
1046
"to": to,
1047
}
1048
- if message.GetProtocolMessage().GetType() == waE2E.ProtocolMessage_APP_STATE_SYNC_KEY_REQUEST {
+ if message.GetProtocolMessage().GetType() == waE2E.ProtocolMessage_APP_STATE_SYNC_KEY_REQUEST || (message.GetProtocolMessage().GetType() == waE2E.ProtocolMessage_PEER_DATA_OPERATION_REQUEST_MESSAGE && message.GetProtocolMessage().GetPeerDataOperationRequestMessage().GetSyncdCollectionFatalRecoveryRequest() != nil) {
1049
attrs["push_priority"] = "high"
1050
1051
start := time.Now()
0 commit comments