mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-18 13:42:14 +02:00
Merge pull request #5099 from vector-im/langleyd/5098_incorrect_clientPermalinkBaseUrl_default
Set correct default for clientPermalinkBaseUrl
This commit is contained in:
@@ -142,7 +142,7 @@ final class BuildSettings: NSObject {
|
||||
// This baseURL is used to generate permalinks within the app (E.g. timeline message permalinks).
|
||||
// Optional String that when set is used as permalink base, when nil matrix.to format is used.
|
||||
// Example value would be "https://www.example.com", note there is no trailing '/'.
|
||||
static let clientPermalinkBaseUrl: String? = "https://app.element.io"
|
||||
static let clientPermalinkBaseUrl: String? = nil
|
||||
|
||||
// MARK: - VoIP
|
||||
static var allowVoIPUsage: Bool {
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Invalid default value set for clientPermalinkBaseUrl.
|
||||
Reference in New Issue
Block a user