mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 01:45:52 +03:00
var -> val
This commit is contained in:
parent
6e57b06673
commit
d2598480c8
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ data class RoomEventFilter(
|
|||
/**
|
||||
* The maximum number of events to return.
|
||||
*/
|
||||
@Json(name = "limit") var limit: Int? = null,
|
||||
@Json(name = "limit") val limit: Int? = null,
|
||||
/**
|
||||
* A list of sender IDs to exclude. If this list is absent then no senders are excluded. A matching sender will
|
||||
* be excluded even if it is listed in the 'senders' filter.
|
||||
|
|
Loading…
Reference in a new issue