Skip to content

Commit

Permalink
Merge pull request #214 from niri-la/fix-212
Browse files Browse the repository at this point in the history
コントロールパネルで「未知のリモートユーザーによる通知を許可するローカルユーザーのID」の欄が非表示ハッシュタグのものになっている問題を修正
  • Loading branch information
Sayamame-beans authored Jul 19, 2024
2 parents 97c4ba2 + c347594 commit 139fe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/admin/moderation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #label>未知のリモートユーザーによる通知が発生するノートをブロックする</template>
</MkSwitch>

<MkTextarea v-model="hiddenTags">
<MkTextarea v-model="nirilaAllowedUnfamiliarRemoteUserIds">
<template #label>未知のリモートユーザーによる通知を許可するローカルユーザーのID</template>
<template #caption>`@admin`のようなユーザ名ではなく、`9grmcrkrsl`のようなユーザーのIDであることに注意してください。</template>
</MkTextarea>
Expand Down

0 comments on commit 139fe04

Please sign in to comment.