mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 04:12:50 +02:00
preemptively cache members as we find them
This commit is contained in:
parent
3ebfa8e3a7
commit
3f2a8d959c
3 changed files with 12 additions and 2 deletions
2
types.d.ts
vendored
2
types.d.ts
vendored
|
@ -80,7 +80,7 @@ export namespace Event {
|
|||
|
||||
export type M_Room_Member = {
|
||||
membership: string
|
||||
display_name?: string
|
||||
displayname?: string
|
||||
avatar_url?: string
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue