fix: update timestamp without reloading the page
This commit is contained in:
parent
fb99429dd7
commit
093bee94c6
2 changed files with 6 additions and 1 deletions
|
@ -253,7 +253,7 @@ data class Comment(
|
|||
@SerialName("content")
|
||||
var content: String,
|
||||
@SerialName("timestamp")
|
||||
val timestamp: String,
|
||||
var timestamp: String,
|
||||
@SerialName("deleted")
|
||||
@Serializable(with = NumericBooleanSerializer::class)
|
||||
val deleted: Boolean?,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue