-
Notifications
You must be signed in to change notification settings - Fork 7
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 support for file/media sharing #38
Comments
This is currently being worked on :). |
There is support for downloading a file from Nextcloud here. https://github.com/gary-kim/go-nc-talk/blob/720094d68ac9b09b77ef79f2e450ee1024a80c4c/user/user.go#L258-L272 An upload function still needs to be made. After that, support for files can be fully integrated into Matterbridge. |
Matterbridge v1.22.2 includes support for sending file links to Nextcloud. Work is going on for uploading files to Nextcloud here: gary-kim/go-nc-talk#49 |
File transfer does not work for me yet with talk_matterbridge (Version 1.22.3). (I'm not sure if file transfer is supposed to work) |
Currently, sending files from Talk should work fully and files sent to Talk should be sent links if they are available. If that's not what's happening, could you make an issue for it? |
There are positive changes in this task ? |
Yes, at this point, there is full support for file uploads in the go-nc-talk library that provides the Talk support in Matterbridge. Just need to make a PR for Matterbridge to use those features now. |
It should be possible to share also files/media trough matterbridge. It seems like Matterbridge already supports file sharing:
https://github.com/42wim/matterbridge/wiki/Mediaserver-setup-%28advanced%29
The text was updated successfully, but these errors were encountered: