mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-22 09:24:22 +02:00
enhance(frontend): リモートアカウントでチャットが使えるかどうか知る術がないため表示を改善
This commit is contained in:
@@ -42,7 +42,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
</TransitionGroup>
|
||||
</div>
|
||||
|
||||
<div v-if="user && !user.canChat">
|
||||
<div v-if="user && (!user.canChat || user.host !== null)">
|
||||
<MkInfo warn>{{ i18n.ts._chat.chatNotAvailableInOtherAccount }}</MkInfo>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user