perf(web): reduce member profile roundtrips in chat info
Some checks are pending
CI / test (push) Has started running
Some checks are pending
CI / test (push) Has started running
This commit is contained in:
@@ -46,6 +46,9 @@ export interface ChatMember {
|
||||
user_id: number;
|
||||
role: ChatMemberRole;
|
||||
joined_at: string;
|
||||
username?: string | null;
|
||||
name?: string | null;
|
||||
avatar_url?: string | null;
|
||||
}
|
||||
|
||||
export interface ChatBan {
|
||||
|
||||
Reference in New Issue
Block a user