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 {
|
||||
LOG(ERROR) << "Receive unencrypted SESSION_REVOKE push notification";
|
||||
}
|
||||
promise.set_value(Unit());
|
||||
return Status::OK();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user