Replace var with val
This commit is contained in:
parent
d24ba65b5b
commit
1a38b8c3c9
|
@ -54,7 +54,7 @@ data class HomeServerCapabilities(
|
||||||
/**
|
/**
|
||||||
* True if the home server support threading
|
* True if the home server support threading
|
||||||
*/
|
*/
|
||||||
var canUseThreading: Boolean = false
|
val canUseThreading: Boolean = false
|
||||||
) {
|
) {
|
||||||
|
|
||||||
enum class RoomCapabilitySupport {
|
enum class RoomCapabilitySupport {
|
||||||
|
|
Loading…
Reference in New Issue