sygnal
sygnal copied to clipboard
Sygnal: reference Push Gateway for Matrix
Our monitoring for Syngal on matrix.org occasionally sees an error: ``` KeyError: (, ) File "h2/connection.py", line 224, in process_input func, target_state = self._transitions[(self.state, input_)] ``` and ``` ProtocolError: Invalid...
Our monitoring for Syngal on matrix.org occasionally sees an error: `Could not connect to server:` For whatever reason, Sentry does log a traceback for this error; it just reports the...
https://github.com/matrix-org/sygnal/blob/ab6285760d76d345edb78673106d5913cfe69259/sygnal/apnspushkin.py#L343-L346 According to [the spec](https://matrix.org/docs/spec/push_gateway/r0.1.1#post-matrix-push-v1-notify) the `sender` field of a notification can be null, yet Sygnal looks to assume it's a str. While not common, if sent by a homeserver...
I've received a report from a customer that Sygnal is failing to send notifications returning a 500, while its healthcheck on /health still returns 200, causing problems because no automatic...
I wrote the sample config to demonstrate the range of options, however it is clear that Sygnal is having more widespread usage that I expected and I could do to...
Add wget or curl in docker image to allow healthchecking in docker-compose
Hi all, I am trying to receive notifications to a react native app using FCM as the provider for both iOS and android. I noticed that Sygnal seem to only...
Hello, i have exactly the same issue as #365 and dont know why it got closed. If i remove the two properties from config, its working, but its needed. If...
Hello, This issue was traited many years ago, BUT The solution that was proposed is NOT working out of the box (at least for me) 1 . I created the...
For situations when not using `mutable-content` and updating the badge count is not desired. This also adds `unread_count` and `missed_calls` to the push payload when `push_with_badge` is `False`.