Skip to content

Commit 1a38b8c

Browse files
Replace var with val
1 parent d24ba65 commit 1a38b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/session/homeserver/HomeServerCapabilities.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ data class HomeServerCapabilities(
5454
/**
5555
* True if the home server support threading
5656
*/
57-
var canUseThreading: Boolean = false
57+
val canUseThreading: Boolean = false
5858
) {
5959

6060
enum class RoomCapabilitySupport {

0 commit comments

Comments
 (0)