Skip to content

Commit

Permalink
fix: hard mutes not working on SkNote component
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie committed Jan 7, 2024
1 parent 560aedb commit d3fbef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkNotes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SPDX-License-Identifier: AGPL-3.0-only
:ad="true"
:class="$style.notes"
>
<SkNote :key="note._featuredId_ || note._prId_ || note.id" :class="$style.note" :note="note"/>
<SkNote :key="note._featuredId_ || note._prId_ || note.id" :class="$style.note" :note="note" :withHardMute="true"/>
</MkDateSeparatedList>
</div>
</template>
Expand Down

0 comments on commit d3fbef2

Please sign in to comment.