mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-25 14:01:01 +00:00
fix: update timestamp without reloading the page
This commit is contained in:
@@ -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?,
|
||||
|
||||
Reference in New Issue
Block a user