vector-im-hydrogen-web/src/matrix/room/sending/PendingEvent.js

14 lines
195 B
JavaScript
Raw Normal View History

2019-06-28 00:52:54 +02:00
export default class PendingEvent {
static fromRedaction(eventId) {
}
static fromContent(content) {
}
static fromStateKey(eventType, stateKey, content) {
}
}