Matrix: respect MSC3916, send bearer token when downloading images (#2184 #2205)#2225
Matrix: respect MSC3916, send bearer token when downloading images (#2184 #2205)#2225readthisusernamebackwards wants to merge 1 commit into42wim:masterfrom
Conversation
|
Thank you very much! Works fine here for me (with media repo). |
|
I tested and only merged #2225 since its simpler. I'm going to start maintaining a fork of matterbridge to accept and merge pull requests regarding irc -> matrix -> discord since our organization needs this bridge to work. However, I can only test irc -> matrix -> discord so will need more people to help provide pull requests proven to fix the whatsapp and telegram issues. If anyone else is able to help test whatsapp and telegram please provide tested pull requests. https://github.com/bibanon/matterbridge/ Download linux intel 64-bit binary: https://github.com/bibanon/matterbridge/releases/tag/v1.26.1 |
|
@antonizoon, going to make a test on my end too. I run a bridge between Discord, Matrix, XMPP, and Telegram. |
|
@antonizoon same here, just deployed it running discord/irc/matrix/tele/xmpp. Maybe we could setup matrix room for new bridge? I posted info about the bridge into old one, unfortunately the bot is dead so not bridged anymore. |
Sounds like you can't run just two instances of bot with the same login/password. You probably need to suspend the old bot and start new one if that's is not so critical. And if works just fine, then keep new bot, otherwise, revert to old one. |
That was suggestion to start chat for new bridge fork, so we can discuss instead here :) Matterbridge project itself was bridged via mb, but that bot died, no issue on my side. |
|
@mahdi1234 I think its a good idea to stay in contact, especially if you might want to help with merging and testing pull requests for other group chat systems. I can only test irc, discord, matrix. I had thought about posting a matrix/discord server, but currently if we are gathering users of the old fork to try to import pull requests, discussion should probably remain solely on github issues to be able to talk to and notify the relevant developers per issue directly and more importantly, publicly in a web searchable way. If it were in a separate group chat it might be a lot harder for new users and developers to find. For stuff I aim to merge and test, I opened issues and pull requests on my fork for stuff I would investigate, ive merged quite a few already such as the dependabot crypto dependency, and discord reply bridging from graphene os. |
|
@antonizoon, Okay, now thing works flawless! |
|
@Wohlstand sounds good. I dont see your pull request in this project or my github project, so if you can submit a pull request to either one (but for public information probably 42wim, I can merge it in from there) and I'll try merging it. |
|
Sorry, I was busy, and I didn't yet compsed PRs yet. |
It doesn't seem like any form of
org.matrix.msc3916was ever advertised. All homeservers and homeserver software I've looked at supported the MSC3916 endpoint. I've thus simply switched the code over to it.