-
Notifications
You must be signed in to change notification settings - Fork 126
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
Server Notices Setup #239
Comments
You have to enable this: |
Supposedly in the GUi there should be an option for the server notices? |
You can send Server notices to users. Therefore is a an admin API. |
assuming this is enabled on homeserver.yaml side already, no further settings on synapse-admin is necessary? |
There are no stettings in Synapse Admin. |
Just enable it on the server side (homeserver.yaml) and using the synapse API, you can use this option, the other variant is using synapse-admin , the web gives you the option to send Server Notices to a specific user. Bad at the moment, they are only allowed to send msg to a single user, it is not a general msg for the entire server |
you can only send msg to a single user??? is this true even if you select multiple users? it is not "Server Notice" if that so |
Is there a reason for the
Synapse gives you an There is an example Apache config file: https://matrix-org.github.io/synapse/latest/reverse_proxy.html#apache - but without proxy pass for |
@dklimpel Thank you for your answer, i think i did the # to forward also all futrue links to proxy but im not sure anymore. |
The Log i got while sending the notice.
|
Unfortunately this is also just the generic error message for an "internal server error". You may have to activate more verbose logging or debug settings to get a proper error message. |
Thank you for your answer! Where can i set it? in the homeserver.yaml? I dont see any logging parameters beside the logging file path. :/ |
I think this has to be configured in your reverse proxy. In your case Apache |
Thank you,
|
The SSL error might be connected with your problem. You should check for this error "SSL Library Error: error:1408F10B:SSL routines:ssl3_get_record:wrong version number". But this is not caused by synapse-admin, rather some configuration error in your Apache or SSL settings. |
Thank you I will check, if i find a solution then i will post here. It also looks for me like a non synapse-admin issue. |
I have created a PR matrix-org/synapse#13566 |
Thank you! I can confirm, setting |
This is fixed with Synapse 1.66.0. |
Thank for the help, so this issue was never related to synapse-admin. |
Is there any necessary configuration on the side of the Matrix-Synapse server to utilize Server Notices of Synapse-Admin?
The text was updated successfully, but these errors were encountered: