Skip to content
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

Making it work with non-Synapse servers ? #30

Open
rakoo opened this issue Sep 19, 2022 · 3 comments
Open

Making it work with non-Synapse servers ? #30

rakoo opened this issue Sep 19, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@rakoo
Copy link

rakoo commented Sep 19, 2022

Hey there !

This recipe is supposed to work with Synapse, which is great, but not with other matrix servers. Is it possible to check what server is used and adapt to it ? Or would it be better to have another recipe specifically for each server ?

@thardev thardev added the enhancement New feature or request label Sep 21, 2022
@thardev
Copy link
Collaborator

thardev commented Sep 21, 2022

Hi @rakoo :)
I think that could be a great feature.
I need to check how to do it, I'm not sure if it would be that easy, because right now some parts of the scripts are specific to Synapse but I could give a look how to implement it to e.g. Dendrite.
I'll let you know when I do some progress 👍

@rakoo
Copy link
Author

rakoo commented Sep 21, 2022

Amazing :)

There are other bridges i'm interested in (Signal and Facebook primarily) so I guess there might be some common work for those as well.

In any case I'm ready to be a guinea pig, so feel free to send something I might try :)

@Gredin67
Copy link
Collaborator

Gredin67 commented Aug 1, 2023

this should be quite straightforward to implement this in the script/config now that config panels are available in mautrix_whatsapp and YunoHost-Apps/synapse_ynh#356
We just need to copy this piece of code to a setter in script/config https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh/blob/master/scripts/install#L191-L201

And this script should be added to dendrite https://github.com/YunoHost-Apps/synapse_ynh/blob/master/sources/update_synapse_for_appservice.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants