mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +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.
|
* 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
|
* 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.
|
* be excluded even if it is listed in the 'senders' filter.
|
||||||
|
|
Loading…
Add table
Reference in a new issue