Merge pull request #809 from Bubu/fix_807
set homeserver field when populating room directory list
This commit is contained in:
commit
587fefedb5
@ -21,6 +21,7 @@ Bugfix 🐛:
|
|||||||
- Fix crash when opening room creation screen from the room filtering screen
|
- Fix crash when opening room creation screen from the room filtering screen
|
||||||
- Fix avatar image disappearing (#777)
|
- Fix avatar image disappearing (#777)
|
||||||
- Fix read marker banner when permalink
|
- Fix read marker banner when permalink
|
||||||
|
- Fix matrix.org room directory not being browsable (#807)
|
||||||
- Hide non working settings (#751)
|
- Hide non working settings (#751)
|
||||||
|
|
||||||
Translations 🗣:
|
Translations 🗣:
|
||||||
|
@ -48,6 +48,7 @@ class RoomDirectoryListCreator @Inject constructor(private val stringArrayProvid
|
|||||||
if (it != userHsName) {
|
if (it != userHsName) {
|
||||||
// Use the server name as a default display name
|
// Use the server name as a default display name
|
||||||
result.add(RoomDirectoryData(
|
result.add(RoomDirectoryData(
|
||||||
|
homeServer = it,
|
||||||
displayName = it,
|
displayName = it,
|
||||||
includeAllNetworks = true
|
includeAllNetworks = true
|
||||||
))
|
))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user