mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Merge remote-tracking branch 'p1gp1g/unifiedpush' into sc
Change-Id: I3c3bd1405fad1eba0974e65f089dcbdd4c152671
This commit is contained in:
commit
9d25264a19
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…
Add table
Reference in a new issue