Commit d244d6d1 by zhousil

up

parent 91e72b6d
Showing with 1 additions and 1 deletions
......@@ -100,7 +100,7 @@ function buildChatItem(chat: RawChatItem) {
const chatType = "group";
const filterActiveChats = (items: RawChatItem[]) => {
export const filterActiveChats = (items: RawChatItem[]) => {
return items.filter(
(i) =>
!i.is_finish &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment