-
Notifications
You must be signed in to change notification settings - Fork 94
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
Add ability to add a caption when sharing media or file through iOS share sheet #779
Comments
@SystemKeeper Yes, that was my idea as well:
|
Interesting idea indeed :) As @SystemKeeper this is currently not possible due to the current API but sending a second message could be a workaround for implementing this feature. |
Server ref: But we also have "metaData" already for shares, e.g. to mark voice messages different. Could also add a comment field on that.
It would break the rendering currently done by the clients, so that would need a bit coordination |
Should we implement this as two messages as a first step? We could chain the sending, first upload and post the file, then post a message directly after. |
I think we should wait and then bring and support this properly on all platforms in one cycle. |
Fixed by #1407 |
Is your feature request related to a problem? Please describe.
At the moment if we want to, for example, send an image to a Nextcloud Talk chat with a caption we have to:
Describe the solution you'd like
It would be nice if we could add a caption directly to the image (or file) right before sharing it:
This would result in the following steps:
which would eliminate the hassle of having to manually open the app again just to add a comment to the shared media.
The comment can be sent in a separate message following the media file, since I don't think Nextcloud currently supports captions.
Describe alternatives you've considered
Not relevant.
Additional context
Using Nextcloud Talk iOS 14.0.0.
The text was updated successfully, but these errors were encountered: