mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-23 17:40:37 +03:00
Add adapter for notification counts
This commit is contained in:
parent
7e258282a2
commit
be0437b715
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ data class Notification(
|
|||
val counts: Counts = Counts()
|
||||
)
|
||||
|
||||
@JsonClass(generateAdapter = true)
|
||||
data class Counts(
|
||||
val unread: Int = 0
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue