hydrogen-web/src/matrix/room/sending/PendingEvent.js
Bruno Windels c5b2d0c8b2 WIP
2019-06-28 00:52:54 +02:00

14 lines
195 B
JavaScript

export default class PendingEvent {
static fromRedaction(eventId) {
}
static fromContent(content) {
}
static fromStateKey(eventType, stateKey, content) {
}
}