Fix SESSION_REVOKE push handling.

GitOrigin-RevId: 364cddfa123bb8c9cfe300c58ea37ef3d5570c36
This commit is contained in:
levlam 2019-05-09 22:52:37 +03:00
parent 8e669d3c2e
commit e39b4fae83

View File

@ -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();
}