fix: missing contact type of contactsList
This commit is contained in:
@@ -251,6 +251,7 @@ export default class UserApi extends BaseApi {
|
|||||||
const chat = Chat.findById(id)
|
const chat = Chat.findById(id)
|
||||||
return {
|
return {
|
||||||
id,
|
id,
|
||||||
|
type: chat.bean.type,
|
||||||
title: chat?.getTitle(user) || "未知",
|
title: chat?.getTitle(user) || "未知",
|
||||||
avatar: chat?.getAvatarFileHash(user) ? "uploaded_files/" + chat?.getAvatarFileHash(user) : undefined
|
avatar: chat?.getAvatarFileHash(user) ? "uploaded_files/" + chat?.getAvatarFileHash(user) : undefined
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user