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:
manuroe
2021-04-20 14:04:11 +02:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -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).
+2 -1
View File
@@ -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"
]