Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32218628
D12775.1765181462.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
543 B
Referenced Files
None
Subscribers
None
D12775.1765181462.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 8, 8:11 AM (1 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5847568
Default Alt Text
D12775.1765181462.diff (543 B)
Attached To
Mode
D12775: [lib] Fix an invalid condition
Attached
Detach File
Event Timeline
Log In to Comment