Page MenuHomePhabricator

D12775.diff
No OneTemporary

D12775.diff

diff --git a/lib/tunnelbroker/peer-to-peer-context.js b/lib/tunnelbroker/peer-to-peer-context.js
--- a/lib/tunnelbroker/peer-to-peer-context.js
+++ b/lib/tunnelbroker/peer-to-peer-context.js
@@ -43,7 +43,11 @@
messageIDs: ?$ReadOnlyArray<string>,
): Promise<void> {
const authMetadata = await identityContext.getAuthMetadata();
- if (!authMetadata.deviceID || !authMetadata.userID || !authMetadata.userID) {
+ if (
+ !authMetadata.deviceID ||
+ !authMetadata.userID ||
+ !authMetadata.accessToken
+ ) {
return;
}

File Metadata

Mime Type
text/plain
Expires
Thu, Sep 19, 5:10 PM (8 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2141088
Default Alt Text
D12775.diff (543 B)

Event Timeline