Fix pushGatewayBaseURL
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user