-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Images with captions #242
Labels
A-Client-Server
Issues affecting the CS API
feature
Suggestion for a significant extension which needs considerable consideration
Comments
E.g. currently the Slack bridge just posts an incoming commented image from slack by separate |
matrix-purple has a similar kludge: https://github.com/matrix-org/purple-matrix/blob/master/matrix-room.c#L1193 |
richvdh
added
the
feature
Suggestion for a significant extension which needs considerable consideration
label
Jul 5, 2017
messages can now include inline images, so maybe we can use that |
msc2530 merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-Client-Server
Issues affecting the CS API
feature
Suggestion for a significant extension which needs considerable consideration
It would be useful to be able to put a "caption" field with an image, to somehow be able to atomically post an image with some explaining text with it.
This feature would be especially useful for bridges and third-party protocol integrations, as for example both Slack and Telegram include this feature, so it would be good if we can bidirectionally represent it into and out of Matrix.
The text was updated successfully, but these errors were encountered: