🐛 Fix reference post displaying issue
This commit is contained in:
@@ -608,8 +608,8 @@ class ReferencedPostWidget extends StatelessWidget {
|
|||||||
linesMargin: referencePost.type == 0
|
linesMargin: referencePost.type == 0
|
||||||
? const EdgeInsets.only(bottom: 4)
|
? const EdgeInsets.only(bottom: 4)
|
||||||
: null,
|
: null,
|
||||||
attachments: item.attachments,
|
attachments: referencePost.attachments,
|
||||||
noMentionChip: item.fediverseUri != null,
|
noMentionChip: referencePost.fediverseUri != null,
|
||||||
).padding(bottom: 4),
|
).padding(bottom: 4),
|
||||||
if (referencePost.isTruncated)
|
if (referencePost.isTruncated)
|
||||||
const PostTruncateHint(
|
const PostTruncateHint(
|
||||||
|
|||||||
Reference in New Issue
Block a user