1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-02-03 10:47:35 +01:00

FIx NewsView+Configuration.swift

This commit is contained in:
Jed Fox 2022-12-20 14:44:49 -05:00
parent 5adce841ef
commit a9534e480a
No known key found for this signature in database
GPG Key ID: 0B61D18EA54B47E1

View File

@ -42,7 +42,9 @@ extension NewsView {
assetURL: link.image,
altDescription: nil
)),
blurhash: link.blurhash
blurhash: link.blurhash,
index: 1,
total: 1
)
imageView.setup(configuration: configuration)