mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-03-03 03:17:56 +01:00
allowing h/w information to be null
This commit is contained in:
parent
d6d03c7b24
commit
c7da6c1663
@ -484,8 +484,8 @@ internal sealed class ApiTimelineEvent {
|
||||
|
||||
@Serializable
|
||||
internal data class Info(
|
||||
@SerialName("h") val height: Int,
|
||||
@SerialName("w") val width: Int,
|
||||
@SerialName("h") val height: Int? = null,
|
||||
@SerialName("w") val width: Int? = null,
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user