2616: Save Scheduled Time for Drafts. (#2624)
* 2616: Save Scheduled Time for Drafts. Signed-off-by: Martin Marconcini <martin.marconcini.rodriguez@nl.abnamro.com> * Revert 39.json schema to the original state before my changes.
This commit is contained in:
parent
1b6a0908f6
commit
8b026991e0
8 changed files with 965 additions and 10 deletions
|
|
@ -38,7 +38,8 @@ data class DraftEntity(
|
|||
val visibility: Status.Visibility,
|
||||
val attachments: List<DraftAttachment>,
|
||||
val poll: NewPoll?,
|
||||
val failedToSend: Boolean
|
||||
val failedToSend: Boolean,
|
||||
val scheduledAt: String?,
|
||||
)
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue