Add reply support through WebSocket
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -17,6 +17,9 @@ export interface RoomMessageEvent extends BaseRoomEvent {
|
||||
"m.relates_to"?: {
|
||||
rel_type?: "m.replace" | string;
|
||||
event_id?: string;
|
||||
"m.in_reply_to"?:{
|
||||
event_id?:string
|
||||
}
|
||||
};
|
||||
"m.new_content"?: {
|
||||
msgtype?: MessageType;
|
||||
|
||||
Reference in New Issue
Block a user