Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check if reply result is already decoded #5

Merged
merged 1 commit into from
May 29, 2022
Merged

check if reply result is already decoded #5

merged 1 commit into from
May 29, 2022

Conversation

daviddomkar
Copy link
Contributor

This fixes some conflicts when using with other packages. I have not been able to debug this to find the root cause but in my project there was an error that the SharedMedia was being decoded twice when getting initial media. The same problem was mentioned here: #3 This checks the incomming result and if it is already SharedMedia type it returns instead of decoding.

@JoshJuncker
Copy link
Collaborator

Good find. Weird because I'm using AppLinks in my project as well and have not run into this issue. But the code is harmless nonetheless, so if it solves some issues, then great!

@JoshJuncker JoshJuncker merged commit 1defb16 into ShoutSocial:main May 29, 2022
Saadali-Social pushed a commit to thesocialapp/share_handler that referenced this pull request Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants