Replace var with val

This commit is contained in:
ariskotsomitopoulos 2022-04-15 16:32:48 +03:00
parent d24ba65b5b
commit 1a38b8c3c9
1 changed files with 1 additions and 1 deletions

View File

@ -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 {