You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
This reverts commit 05dd3c4967.
This commit is contained in:
committed by
GitHub
parent
c28939c250
commit
64c6c477dc
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import bs58 from 'bs58';
|
import * as bs58 from 'bs58';
|
||||||
|
|
||||||
// picked arbitrarily but to try & avoid clashing with any bitcoin ones
|
// picked arbitrarily but to try & avoid clashing with any bitcoin ones
|
||||||
// (which are also base58 encoded, but bitcoin's involve a lot more hashing)
|
// (which are also base58 encoded, but bitcoin's involve a lot more hashing)
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import request from "request";
|
import * as request from "request";
|
||||||
|
|
||||||
import * as matrixcs from "./matrix";
|
import * as matrixcs from "./matrix";
|
||||||
import * as utils from "./utils";
|
import * as utils from "./utils";
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ limitations under the License.
|
|||||||
import unhomoglyph from "unhomoglyph";
|
import unhomoglyph from "unhomoglyph";
|
||||||
import promiseRetry from "p-retry";
|
import promiseRetry from "p-retry";
|
||||||
|
|
||||||
import type NodeCrypto from "crypto";
|
import type * as NodeCrypto from "crypto";
|
||||||
import { MatrixEvent } from ".";
|
import { MatrixEvent } from ".";
|
||||||
import { M_TIMESTAMP } from "./@types/location";
|
import { M_TIMESTAMP } from "./@types/location";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user