support rich replies, support basic m.mentions

This commit is contained in:
Cadence Ember
2023-07-11 16:51:30 +12:00
parent 5326b7d6be
commit 328ae74b61
7 changed files with 689 additions and 16 deletions

5
types.d.ts vendored
View File

@@ -81,6 +81,11 @@ namespace R {
room_id: string
}
export type RoomMember = {
avatar_url: string
display_name: string
}
export type FileUploaded = {
content_uri: string
}