mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 19:56:57 +02:00
BuildSettings: Integrate roomDirectoryServers
This commit is contained in:
@@ -47,6 +47,12 @@ final class BuildSettings: NSObject {
|
||||
static let stunServerFallbackUrlString: String? = "stun:turn.matrix.org"
|
||||
|
||||
|
||||
// List of homeservers for the public rooms directory
|
||||
static let roomDirectoryServers = [
|
||||
"matrix.org"
|
||||
]
|
||||
|
||||
|
||||
// Bug report
|
||||
static let bugReportEndpointUrlString = "https://riot.im/bugreports"
|
||||
// Use the name allocated by the bug report server
|
||||
|
||||
Reference in New Issue
Block a user