chore: voice visible only to admin

This commit is contained in:
Tristan Yang
2023-03-31 21:36:08 +08:00
parent d73f5b940f
commit efe9a1ed67
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -88,8 +88,8 @@ function ChannelChat({ cid = 0, dropFiles = [] }: Props) {
</li>
</Tippy>
</Tooltip>
{/* 音频 */}
<VoiceChat context={`channel`} id={cid} />
{/* 音频 暂时只有admin有入口 */}
{loginUser?.is_admin && <VoiceChat context={`channel`} id={cid} />}
<Tooltip tip={t("fav")} placement="left">
<Tippy
placement="left-start"