mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-28 14:05:19 +01:00
14 lines
195 B
JavaScript
14 lines
195 B
JavaScript
|
export default class PendingEvent {
|
||
|
static fromRedaction(eventId) {
|
||
|
|
||
|
}
|
||
|
|
||
|
static fromContent(content) {
|
||
|
|
||
|
}
|
||
|
|
||
|
static fromStateKey(eventType, stateKey, content) {
|
||
|
|
||
|
}
|
||
|
}
|