-
Notifications
You must be signed in to change notification settings - Fork 498
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
Message forwarding #5014
Message forwarding #5014
Conversation
RiotShareExtension/Sources/ShareExtensionShareItemProvider.swift
Outdated
Show resolved
Hide resolved
RiotShareExtension/Shared/ShareItemProvider/SimpleShareItemProvider.swift
Outdated
Show resolved
Hide resolved
RiotShareExtension/Shared/ShareItemProvider/ShareItemProviderProtocol.swift
Show resolved
Hide resolved
…d code directly in the main application.
… the ShareManager. Introduced different ShareItemProviders for the share extension and the main application. Improved item loading error handling.
…eaks following code review.
9f7e81b
to
12c167b
Compare
📱 Scan the QR code below to install the build for this PR. If you can't scan the QR code you can install the build via this link: https://i.diawi.com/z4ea5d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We currently don't have any support for marking messages as forwarded but we do have 2 competing MSCs for it. The client implementation will need to come at a later date. |
…nd remove the need to re-upload media.
Implemented in app message forwarding. We wanted to reuse the already existing share extension code and in order to do so I made the following changes:
Currently missing:
How it looks like: