Status: Display indicators of edited posts (#2935)
* Add editedAt field to Status * Status: Display indicators of edited posts * Annotate edited posts in the Status description * Cache info that post has been edited
This commit is contained in:
parent
83862569e2
commit
d823052862
19 changed files with 1041 additions and 18 deletions
|
|
@ -31,6 +31,7 @@ data class Status(
|
|||
val reblog: Status?,
|
||||
val content: String,
|
||||
@SerializedName("created_at") val createdAt: Date,
|
||||
@SerializedName("edited_at") val editedAt: Date?,
|
||||
val emojis: List<Emoji>,
|
||||
@SerializedName("reblogs_count") val reblogsCount: Int,
|
||||
@SerializedName("favourites_count") val favouritesCount: Int,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue