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

This commit is contained in:
luying
2021-12-29 10:51:15 +08:00
parent 0ff2c978af
commit 2959d2e2d7
+1 -1
View File
@@ -188,7 +188,7 @@ async function recentGroupMsgs(roomId: string, count?: number) {
} }
}) })
: msgs; : msgs;
return result || []; return result.filter(cur => cur) || [];
} }
/** /**