🐛 Fix share link issue

This commit is contained in:
2024-07-27 20:37:04 +08:00
parent 425c79d6fc
commit 3ca98fa58c
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ class _PostActionState extends State<PostAction> {
'postShareContent'.trParams({
'username': widget.item.author.nick,
'content': widget.item.body['content'] ?? 'no content',
'link': 'https://sn.solsynth.dev/posts/${widget.item.id}',
'link': 'https://sn.solsynth.dev/posts/view/${widget.item.id}',
}),
subject: 'postShareSubject'.trParams({
'username': widget.item.author.nick,