mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-02 20:26:47 +01:00
Fixes lint error with comments
This commit is contained in:
parent
8c7901177e
commit
65c89638ab
@ -59,12 +59,12 @@ data class HttpPusher(
|
||||
val url: String,
|
||||
|
||||
/**
|
||||
* Whether the pusher should actively create push notifications
|
||||
* Whether the pusher should actively create push notifications.
|
||||
*/
|
||||
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,
|
||||
|
||||
|
@ -117,13 +117,13 @@ internal data class JsonPusher(
|
||||
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")
|
||||
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")
|
||||
val deviceId: String? = null,
|
||||
|
Loading…
x
Reference in New Issue
Block a user