Set the url
property of the Post object before returning it
This commit is contained in:
parent
c0cd51c0d4
commit
c93bfa7329
@ -97,6 +97,7 @@ extension SendPostIntentHandler: SendPostIntentHandling {
|
||||
subtitle: content,
|
||||
image: response.value.account.avatarImageURL().flatMap { INImage(url: $0) }
|
||||
)
|
||||
post.url = URL(string: response.value.url ?? "")
|
||||
posts.append(post)
|
||||
} // end for in
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user