mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 11:05:03 +01:00
export makeTxnId function to lib
This commit is contained in:
parent
40abc50478
commit
7f95ed2615
@ -25,6 +25,7 @@ export {AttachmentUpload} from "./matrix/room/AttachmentUpload";
|
||||
export {CallIntent} from "./matrix/calls/callEventTypes";
|
||||
export {OidcApi} from "./matrix/net/OidcApi";
|
||||
export {OIDCLoginMethod} from "./matrix/login/OIDCLoginMethod";
|
||||
export { makeTxnId } from './matrix/common'
|
||||
// export everything needed to observe state events on all rooms using session.observeRoomState
|
||||
export type {RoomStateHandler} from "./matrix/room/state/types";
|
||||
export type {MemberChange} from "./matrix/room/members/RoomMember";
|
||||
|
Loading…
Reference in New Issue
Block a user