You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-07 23:02:56 +03:00
Move new MatrixClient into place
This commit is contained in:
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Callback } from "../1client";
|
import { Callback } from "../client";
|
||||||
|
|
||||||
export interface IJoinRoomOpts {
|
export interface IJoinRoomOpts {
|
||||||
/**
|
/**
|
||||||
|
2427
src/base-apis.js
2427
src/base-apis.js
File diff suppressed because it is too large
Load Diff
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { MatrixClient } from "./1client";
|
import { MatrixClient } from "./client";
|
||||||
import {MatrixEvent} from "./models/event";
|
import {MatrixEvent} from "./models/event";
|
||||||
|
|
||||||
export type EventMapper = (obj: any) => MatrixEvent;
|
export type EventMapper = (obj: any) => MatrixEvent;
|
||||||
|
@@ -18,7 +18,7 @@ import { MemoryCryptoStore } from "./crypto/store/memory-crypto-store";
|
|||||||
import { MemoryStore } from "./store/memory";
|
import { MemoryStore } from "./store/memory";
|
||||||
import { MatrixScheduler } from "./scheduler";
|
import { MatrixScheduler } from "./scheduler";
|
||||||
import { MatrixClient } from "./client";
|
import { MatrixClient } from "./client";
|
||||||
import { ICreateClientOpts } from "./1client";
|
import { ICreateClientOpts } from "./client";
|
||||||
|
|
||||||
export * from "./client";
|
export * from "./client";
|
||||||
export * from "./http-api";
|
export * from "./http-api";
|
||||||
|
Reference in New Issue
Block a user