Fix pushGatewayBaseURL

This commit is contained in:
Letro Bot
2026-05-02 17:05:02 +04:00
parent 8dad7b29ec
commit c5c037ee92

View File

@@ -279,7 +279,7 @@ final class AppSettings {
#endif
}
private(set) var pushGatewayBaseURL: URL = "https://letro.com"
private(set) var pushGatewayBaseURL: URL = "https://sygnal.ess.postnumber.com"
var pushGatewayNotifyEndpoint: URL {
pushGatewayBaseURL.appending(path: "_matrix/push/v1/notify")
}