聊天:修复格式
This commit is contained in:
@@ -36,7 +36,7 @@ export default class ChatInfo extends BaseModel {
|
|||||||
@prop({ required: true, default: '' })
|
@prop({ required: true, default: '' })
|
||||||
bubbleId: string; // 气泡编号
|
bubbleId: string; // 气泡编号
|
||||||
@prop({ required: true, type: PrivateChatRec, default: [], _id: false })
|
@prop({ required: true, type: PrivateChatRec, default: [], _id: false })
|
||||||
recentPrivateChats: [PrivateChatRec]; // 最近聊天列表
|
recentPrivateChats: PrivateChatRec[]; // 最近聊天列表
|
||||||
|
|
||||||
public static async createInfo(data: ChatInfoParam) {
|
public static async createInfo(data: ChatInfoParam) {
|
||||||
const roleId = data.roleId!;
|
const roleId = data.roleId!;
|
||||||
|
|||||||
Reference in New Issue
Block a user