-
Notifications
You must be signed in to change notification settings - Fork 247
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
Introduce generate share urls api methods #3622
Labels
E:Desktop New Share URL Format
Implementation of the new share URL link format and other deep link associated issues
Comments
1 task
cammellos
added
the
E:New Unfurling API
Implementation of the new unfurling API for all links
label
Nov 6, 2023
igor-sirotin
added
E:Desktop New Share URL Format
Implementation of the new share URL link format and other deep link associated issues
and removed
E:New Unfurling API
Implementation of the new unfurling API for all links
labels
Aug 30, 2024
Already implemented: Lines 1665 to 1695 in c02ebf9
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
E:Desktop New Share URL Format
Implementation of the new share URL link format and other deep link associated issues
Problem
in fact of desktop issue
Implementation
there will be a 3 new methods to generate correct urls:
GenerateCommuntyShareURL
which return generated url for community or encrypted community as well (/c/
or/c#
)GenerateCommunityChannelShareURL
which return url for channel (/cc/
)GenerateProfileShareURL
- which return url for open 1-to-1 chatnew one method to parse the url:
ParseSharedURL
which return embedded data from url in JSONalso, 4 tests for every each method.
The text was updated successfully, but these errors were encountered: