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
commit 2cfe9441e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

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).

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"
]