From 0c4616c695c7c687faf8fd599e8c6599d9c174bb Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 13 Feb 2022 12:57:08 +0300 Subject: [PATCH] Fixed Video Share Link --- components/feed.latte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/feed.latte b/components/feed.latte index d4af815..d78e4da 100644 --- a/components/feed.latte +++ b/components/feed.latte @@ -3,7 +3,7 @@
{foreach $feed->items as $item} - {do $share_url = 'https://tiktok.com/@' . $item->author->uniqueId . '/' . $item->id} + {do $share_url = 'https://tiktok.com/@' . $item->author->uniqueId . '/video/' . $item->id}