fix: Chat (客戶端側) title 設置為非空
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export default class Chat {
|
||||
declare type: "paivate" | "group"
|
||||
declare id: string
|
||||
declare title?: string
|
||||
declare title: string
|
||||
declare avatar_file_hash?: string
|
||||
declare user_a_id?: string
|
||||
declare user_b_id?: string
|
||||
|
||||
Reference in New Issue
Block a user