-
Notifications
You must be signed in to change notification settings - Fork 286
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
Talk app integration #2630
Comments
Can some thought be given as to this feature being easily adapted to other chat plugins? We're working with Rocket for example. |
From the Chat to deck part it should already be possible to implement something like this with the rest api, for the other direction, if anyone is interested in writing such an integration I'm happy to talk about how we could provide an api for that. I could imagine we allow apps to just register a javascript method that allows to send a link over to whatever service then. |
From the discussion with @nickvergessen Share card with talk
Create card from message
|
We could do something similar for other apps of course as requested in #2709 for mail. |
Rich object string definition in server so they can be part of chat messages: nextcloud/server#25070 |
Implemented with 1.3 already |
Being able to share a reference to a Deck card in Nextcloud Talk. The card reference will be shared together with the title and a link to open the card inside of the Deck app. The user will also be able to turn a Talk message within a chat into a Deck card.
The '...' menu of the right sidebar will provide a option to share a reference to a card to a chat room.
In Talk the '...' next to the message will provide a option to turn a message into a Deck card.
Acceptance criteria
The text was updated successfully, but these errors were encountered: