只有群管理才能显示入群请求页面

This commit is contained in:
CrescentLeaf
2025-11-22 23:35:21 +08:00
parent 1e7e175389
commit ce692bb763

View File

@@ -576,7 +576,7 @@ export default function ChatFragment({ target, showReturnButton, onReturnButtonC
flexDirection: "column", flexDirection: "column",
height: "100%", height: "100%",
}}> }}>
<JoinRequestsList chat={chatInfo} /> {chatInfo.is_admin && <JoinRequestsList chat={chatInfo} />}
</mdui-tab-panel> </mdui-tab-panel>
} }
<mdui-tab-panel slot="panel" value="Settings" style={{ <mdui-tab-panel slot="panel" value="Settings" style={{