⚗️ Markdown embed content

This commit is contained in:
2024-08-03 12:29:13 +08:00
parent 989b5babd9
commit 87bb37ac01
8 changed files with 67 additions and 14 deletions

View File

@ -310,7 +310,7 @@ class _PostItemState extends State<PostItem> {
backgroundColor: Theme.of(context).colorScheme.surface,
context: context,
builder: (context) => AccountProfilePopup(
account: item.author,
name: item.author.name,
),
);
},