mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-05 14:26:48 +01:00
Adds comments to new fields in HttpPusher
This commit is contained in:
parent
5c27f65d3e
commit
8c7901177e
@ -58,8 +58,14 @@ data class HttpPusher(
|
||||
*/
|
||||
val url: String,
|
||||
|
||||
/**
|
||||
* Whether the pusher should actively create push notifications
|
||||
*/
|
||||
val enabled: Boolean,
|
||||
|
||||
/**
|
||||
* The device ID of the session that registered the pusher
|
||||
*/
|
||||
val deviceId: String,
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user