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
|
||||
*/
|
||||
var canUseThreading: Boolean = false
|
||||
val canUseThreading: Boolean = false
|
||||
) {
|
||||
|
||||
enum class RoomCapabilitySupport {
|
||||
|
Loading…
x
Reference in New Issue
Block a user