道具:体力回复道具上限
This commit is contained in:
@@ -295,7 +295,7 @@ export async function recentPrivateChatInfos(roleId: string, roleName: string) {
|
||||
}
|
||||
})
|
||||
.splice(CHAT_SYSTEM.RECENT_PRIVATE_CHATS_CNT);
|
||||
if (!recentPrivateChats || !recentPrivateChats.length) return null;
|
||||
if (!recentPrivateChats || !recentPrivateChats.length) return [];
|
||||
|
||||
const roleInfos = await RoleModel.findByRoleIds(recentPrivateChats.map(chat => { return chat.targetRoleId }));
|
||||
const chatInfos = recentPrivateChats.map( chat => {
|
||||
|
||||
Reference in New Issue
Block a user