Skip to content

Commit

Permalink
fix(MkNoteDetailed): renoteInfoにチャンネルが含まれない
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyme committed May 6, 2024
1 parent 774bdd1 commit 691157d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/components/MkNoteDetailed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<i v-else-if="note.visibility === 'specified'" ref="specified" class="ti ti-mail"></i>
</span>
<span v-if="note.localOnly" style="margin-left: 0.5em;" :title="i18n.ts._visibility['disableFederation']"><i class="ti ti-rocket-off"></i></span>
<span v-if="note.channel" style="margin-left: 0.5em;" :title="note.channel.name"><i class="ti ti-device-tv"></i></span>
</div>
</div>
<article :class="$style.note" @contextmenu.stop="onContextmenu">
Expand Down

0 comments on commit 691157d

Please sign in to comment.