埋め込みUserTLでは広告が出ないように

This commit is contained in:
kakkokari-gtyih
2024-06-03 09:43:25 +09:00
parent 318d288197
commit ac5d293a99
2 changed files with 12 additions and 4 deletions

View File

@@ -10,7 +10,12 @@ SPDX-License-Identifier: AGPL-3.0-only
<div v-if="normalizedShowHeader" :class="$style.userHeader">
<MkAvatar :user="user"/>{{ user.name }} のノート
</div>
<MkNotes :class="$style.userTimelineNotes" :pagination="pagination" :noGap="true"/>
<MkNotes
:class="$style.userTimelineNotes"
:pagination="pagination"
:noGap="true"
:ad="false"
/>
</template>
<XNotFound v-else/>
</div>