mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 04:12:50 +02:00
support rich replies, support basic m.mentions
This commit is contained in:
parent
5326b7d6be
commit
328ae74b61
7 changed files with 689 additions and 16 deletions
5
types.d.ts
vendored
5
types.d.ts
vendored
|
@ -81,6 +81,11 @@ namespace R {
|
|||
room_id: string
|
||||
}
|
||||
|
||||
export type RoomMember = {
|
||||
avatar_url: string
|
||||
display_name: string
|
||||
}
|
||||
|
||||
export type FileUploaded = {
|
||||
content_uri: string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue