Post show replies / forwareded

This commit is contained in:
2025-06-02 02:43:57 +08:00
parent e431a54a89
commit 9aca6eb674
7 changed files with 130 additions and 11 deletions

View File

@ -94,6 +94,7 @@ class PostRepliesList extends HookConsumerWidget {
PostItem(
item: data.items[index],
backgroundColor: isWide ? Colors.transparent : null,
showReferencePost: false,
),
const Divider(height: 1),
],