You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using an adopted version of the bluesky share extension code for my app and fixed this by reordering the if statement that checks the content type to put the URL check last (PR)
Tagging @haileyok since this is your work and saw in an in-flight PR in-flight share extension PR... hope this is helpful since your code helped me!
The text was updated successfully, but these errors were encountered:
Describe the bug
Some images images show up as file URLs instead of images when shared through the share extension. Note, I have a fix shared in additional context.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The image shared is the image and not a file:/// link
Screenshots
Details
Additional context
I am using an adopted version of the bluesky share extension code for my app and fixed this by reordering the if statement that checks the content type to put the URL check last (PR)
Tagging @haileyok since this is your work and saw in an in-flight PR in-flight share extension PR... hope this is helpful since your code helped me!
The text was updated successfully, but these errors were encountered: