write editMessage action, connected to dispatcher

This commit is contained in:
Cadence Ember
2023-08-17 16:41:28 +12:00
parent 2973170e87
commit 040a2d253f
7 changed files with 95 additions and 33 deletions

4
types.d.ts vendored
View File

@@ -112,4 +112,8 @@ namespace R {
export type EventSent = {
event_id: string
}
export type EventRedacted = {
event_id: string
}
}