summaryrefslogtreecommitdiff
path: root/Sora/Views/Post/Details/PostDetailsView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-25 02:02:11 -0800
committerFuwn <[email protected]>2025-02-25 02:02:11 -0800
commit410ed9edec893469c70f13bc0991b9af8dfb0413 (patch)
treeecfad0b394e1e3f7f9055ffcc7bc6d302d1f920e /Sora/Views/Post/Details/PostDetailsView.swift
parentfeat: Development commit (diff)
downloadsora-testing-410ed9edec893469c70f13bc0991b9af8dfb0413.tar.xz
sora-testing-410ed9edec893469c70f13bc0991b9af8dfb0413.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Details/PostDetailsView.swift')
-rw-r--r--Sora/Views/Post/Details/PostDetailsView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Post/Details/PostDetailsView.swift b/Sora/Views/Post/Details/PostDetailsView.swift
index 802abb6..d1099ea 100644
--- a/Sora/Views/Post/Details/PostDetailsView.swift
+++ b/Sora/Views/Post/Details/PostDetailsView.swift
@@ -23,7 +23,7 @@ struct PostDetailsView: View {
url: imageURL,
loadingStage: $loadingStage,
finalLoadingState: .loaded,
- postURL: URL(string: "https://yande.re/post/show/\(post.id)")!
+ post: post
) {
PostDetailsImageView(
url: post.previewURL,