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, ): Promise { const authMetadata = await identityContext.getAuthMetadata(); - if (!authMetadata.deviceID || !authMetadata.userID || !authMetadata.userID) { + if ( + !authMetadata.deviceID || + !authMetadata.userID || + !authMetadata.accessToken + ) { return; }