Export attachment upload

This commit is contained in:
Ajay Bura 2022-05-19 21:32:38 +05:30
parent 01cb66ccbf
commit 203a832c47
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ export {ConsoleReporter} from "./logging/ConsoleReporter";
export {Platform} from "./platform/web/Platform.js";
export {Client, LoadStatus} from "./matrix/Client.js";
export {RoomStatus} from "./matrix/room/common";
export {AttachmentUpload} from "./matrix/room/AttachmentUpload";
export {CallIntent} from "./matrix/calls/callEventTypes";
// export everything needed to observe state events on all rooms using session.observeRoomState
export type {RoomStateHandler} from "./matrix/room/state/types";