feat: message reply

This commit is contained in:
zerosoul
2022-03-08 21:46:11 +08:00
parent f35fd765f0
commit 4e77c4ba79
20 changed files with 221 additions and 80 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ export default function HomePage() {
<div className={`col left ${menuExpand ? "expand" : ""}`}>
<ServerDropList
data={data?.server}
memberCount={data?.metrics?.user_count}
memberCount={data.contacts?.length}
expand={menuExpand}
/>
<nav className="nav">