聊天:删号之后世界聊天频道错误

This commit is contained in:
luying
2021-12-29 10:51:15 +08:00
parent 0ff2c978af
commit 2959d2e2d7

View File

@@ -188,7 +188,7 @@ async function recentGroupMsgs(roomId: string, count?: number) {
}
})
: msgs;
return result || [];
return result.filter(cur => cur) || [];
}
/**