Skip to content

Commit

Permalink
Update to RingRTC v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-signal committed Nov 11, 2020
1 parent d593f74 commit ff0794e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"redux-ts-utils": "3.2.2",
"reselect": "4.0.0",
"rimraf": "2.6.2",
"ringrtc": "https://github.com/signalapp/signal-ringrtc-node.git#e8e03535bda25b3bb8d9efe6e568b1c4a34313a7",
"ringrtc": "https://github.com/signalapp/signal-ringrtc-node.git#7de95cffa71019e94c74fc43313c28eaf23c66e1",
"sanitize-filename": "1.6.3",
"sanitize.css": "11.0.0",
"semver": "5.4.1",
Expand Down
1 change: 1 addition & 0 deletions ts/services/calling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ export class CallingClass {

RingRTC.handleCallingMessage(
remoteUserId,
null,
remoteDeviceId,
this.localDeviceId,
messageAgeSec,
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14174,9 +14174,9 @@ rimraf@~2.4.0:
dependencies:
glob "^6.0.1"

"ringrtc@https://github.com/signalapp/signal-ringrtc-node.git#e8e03535bda25b3bb8d9efe6e568b1c4a34313a7":
version "2.7.3"
resolved "https://github.com/signalapp/signal-ringrtc-node.git#e8e03535bda25b3bb8d9efe6e568b1c4a34313a7"
"ringrtc@https://github.com/signalapp/signal-ringrtc-node.git#7de95cffa71019e94c74fc43313c28eaf23c66e1":
version "2.8.1"
resolved "https://github.com/signalapp/signal-ringrtc-node.git#7de95cffa71019e94c74fc43313c28eaf23c66e1"

ripemd160@^2.0.0, ripemd160@^2.0.1:
version "2.0.1"
Expand Down

0 comments on commit ff0794e

Please sign in to comment.