Skip to content

Commit

Permalink
fix: fax log cannot find user self data
Browse files Browse the repository at this point in the history
  • Loading branch information
DaKingKong committed Jun 20, 2024
1 parent a39d841 commit a9b9f72
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 28 deletions.
2 changes: 1 addition & 1 deletion public/embeddable/adapter.atos.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/embeddable/adapter.att.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/embeddable/adapter.avaya.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/embeddable/adapter.bt.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions public/embeddable/adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -57315,6 +57315,19 @@ class Adapter extends AdapterCore/* default */.Z {
text
});
}
updateRingtone(_ref3) {
let {
name,
uri,
volume
} = _ref3;
this._postMessage({
type: 'rc-adapter-update-ringtone',
name,
uri,
volume
});
}
get showCurrentCallBtn() {
return this._widgetCurrentPath.indexOf('/calls/active') === -1 && this.showDuration;
}
Expand Down
2 changes: 1 addition & 1 deletion public/embeddable/adapter.rainbow.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/embeddable/adapter.telus.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions public/embeddable/app.js

Large diffs are not rendered by default.

17 changes: 0 additions & 17 deletions public/embeddable/app.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ object-assign
* @license MIT
*/

/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <http://feross.org>
* @license MIT
*/

/*!
* The buffer module from node.js, for the browser.
*
Expand Down Expand Up @@ -59,22 +52,12 @@ object-assign
* Licensed under the MIT License.
*/

/*! 4.32.1 / Consumer */

/*! https://mths.be/punycode v1.3.2 by @mathias */

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

/*! lil-uuid - v0.1 - MIT License - https://github.com/lil-js/uuid */

/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */

/**
* @file Web Cryptography API shim
* @author Artem S Vybornov <[email protected]>
* @license MIT
*/

/**
* @license React
* react-is.production.min.js
Expand Down

0 comments on commit a9b9f72

Please sign in to comment.