m->d start coding message edits

This commit is contained in:
Cadence Ember 2023-08-28 01:30:07 +12:00
commit 55da70f8fc
3 changed files with 54 additions and 6 deletions

2
types.d.ts vendored
View file

@ -75,6 +75,8 @@ export namespace Event {
"m.in_reply_to": {
event_id: string
}
rel_type?: "m.replace"
event_id?: string
}
}