Fixes lint error with comments
This commit is contained in:
parent
8c7901177e
commit
65c89638ab
@ -59,12 +59,12 @@ data class HttpPusher(
|
|||||||
val url: String,
|
val url: String,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether the pusher should actively create push notifications
|
* Whether the pusher should actively create push notifications.
|
||||||
*/
|
*/
|
||||||
val enabled: Boolean,
|
val enabled: Boolean,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The device ID of the session that registered the pusher
|
* The device ID of the session that registered the pusher.
|
||||||
*/
|
*/
|
||||||
val deviceId: String,
|
val deviceId: String,
|
||||||
|
|
||||||
|
@ -117,13 +117,13 @@ internal data class JsonPusher(
|
|||||||
val append: Boolean? = false,
|
val append: Boolean? = false,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether the pusher should actively create push notifications
|
* Whether the pusher should actively create push notifications.
|
||||||
*/
|
*/
|
||||||
@Json(name = "org.matrix.msc3881.enabled")
|
@Json(name = "org.matrix.msc3881.enabled")
|
||||||
val enabled: Boolean = false,
|
val enabled: Boolean = true,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The device_id of the session that registered the pusher
|
* The device_id of the session that registered the pusher.
|
||||||
*/
|
*/
|
||||||
@Json(name = "org.matrix.msc3881.device_id")
|
@Json(name = "org.matrix.msc3881.device_id")
|
||||||
val deviceId: String? = null,
|
val deviceId: String? = null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user