Merge branch 'more-fixes' into mfm

This commit is contained in:
Henry Jameson 2026-07-07 10:30:54 +03:00
commit 5ca430a1c0
358 changed files with 11941 additions and 10638 deletions

View file

@ -455,7 +455,13 @@ export default {
// slots updated -> rerender -> emit -> update up the tree -> rerender -> ...
// at least until vue3?
const result = (
<span class={['RichContent', this.faint ? '-faint' : '', this.allowNonSquareEmoji ? '-allow-non-square-emoji' : '']}>
<span
class={[
'RichContent',
this.faint ? '-faint' : '',
this.allowNonSquareEmoji ? '-allow-non-square-emoji' : '',
]}
>
{this.collapse
? pass2.map((x) => {
if (!Array.isArray(x)) return x.replace(/\n/g, ' ')