Add deno-only bootstrap peer implementation. Uses libdatachannel for the RTCDatachannel implementation.
Fix Typescript sourcemap serving PeerManager: more robust when RTCPeerConnection fails or is not present Separate source maps so the main files arent bloated
This commit is contained in:
@@ -144,6 +144,7 @@ export class Sync {
|
||||
following.push(...[
|
||||
'b38b623c-c3fa-4351-9cab-50233c99fa4e', // Rob
|
||||
'05a495a0-0dd8-4186-94c3-b8309ba6fc4c', // Martin
|
||||
'622ecc28-2eff-44b9-b89d-fdea7c8dd2d5', // Hazel
|
||||
]);
|
||||
}
|
||||
return following;
|
||||
@@ -224,3 +225,4 @@ export class Sync {
|
||||
await mergeDataArray(userID, [post]);
|
||||
}
|
||||
}
|
||||
//# sourceMappingURL=Sync.js.map
|
||||
Reference in New Issue
Block a user