1
0

Merge branch 'develop' into future-2024-05-31

This commit is contained in:
dakkar
2024-06-13 09:06:24 +01:00
44 changed files with 223 additions and 79 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div :class="$style.bannerFade"></div>
</div>
<div v-if="channel.description" :class="$style.description">
<Mfm :text="channel.description" :isNote="false"/>
<Mfm :text="channel.description" :isBlock="true" :isNote="false"/>
</div>
</div>