mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-22 07:32:14 +02:00
Merge pull request #4238 from vector-im/MadLittleMods/gitter.im-room-directory
Add gitter.im to default list of room directories
This commit is contained in:
@@ -5,6 +5,7 @@ Changes to be released in next version
|
||||
*
|
||||
|
||||
🙌 Improvements
|
||||
* Add `gitter.im` to list of default room directories
|
||||
* MasterTabBarController: Show/Hide Home Screen tabs (#4234).
|
||||
* RoomVC: Enable / Disable VoIP feature in Rooms (#4236).
|
||||
* UnifiedSearchRecentsDataSource: Show/Hide public directory (#4242).
|
||||
|
||||
@@ -150,7 +150,8 @@ final class BuildSettings: NSObject {
|
||||
static let publicRoomsAllowServerChange: Bool = true
|
||||
// List of homeservers for the public rooms directory
|
||||
static let publicRoomsDirectoryServers = [
|
||||
"matrix.org"
|
||||
"matrix.org",
|
||||
"gitter.im"
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user