1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Cleanup and safer Json model.

This commit is contained in:
Benoit Marty
2023-12-04 09:20:25 +01:00
parent 8e0c503b45
commit 778dab7bb7
3 changed files with 16 additions and 10 deletions

View File

@@ -42,8 +42,10 @@ object Config {
const val ENABLE_LOCATION_SHARING = true
const val LOCATION_MAP_TILER_KEY = "fU3vlMsMn4Jb6dnEIFsx"
/// Whether to read the `io.element.functional_members` state event
// and exclude any service members when computing a room's name and avatar.
/**
* Whether to read the `io.element.functional_members` state event
* and exclude any service members when computing a room's name and avatar.
*/
const val SUPPORT_FUNCTIONAL_MEMBERS = true
/**