Fix SESSION_REVOKE push handling.
GitOrigin-RevId: 364cddfa123bb8c9cfe300c58ea37ef3d5570c36
This commit is contained in:
parent
8e669d3c2e
commit
e39b4fae83
@ -3011,6 +3011,7 @@ Status NotificationManager::process_push_notification_payload(string payload, bo
|
|||||||
} else {
|
} else {
|
||||||
LOG(ERROR) << "Receive unencrypted SESSION_REVOKE push notification";
|
LOG(ERROR) << "Receive unencrypted SESSION_REVOKE push notification";
|
||||||
}
|
}
|
||||||
|
promise.set_value(Unit());
|
||||||
return Status::OK();
|
return Status::OK();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user