Featured replies on post

This commit is contained in:
2024-09-16 23:35:44 +08:00
parent 47eb6cbc66
commit ce16de9c71
8 changed files with 116 additions and 5 deletions

View File

@ -302,6 +302,7 @@ class _AccountProfilePageState extends State<AccountProfilePage> {
isClickable: true,
isNestedClickable: true,
isShowEmbed: true,
showFeaturedReply: true,
onUpdate: () {
_postController.reloadAllOver();
},

View File

@ -379,6 +379,7 @@ class _DashboardScreenState extends State<DashboardScreen> {
isClickable: true,
isShowEmbed: true,
isNestedClickable: true,
showFeaturedReply: true,
onUpdate: (_) {
_pullPosts();
},