var -> val

This commit is contained in:
Weblate 2020-05-18 22:43:40 +02:00 committed by Benoit Marty
parent 6e57b06673
commit d2598480c8

View file

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