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
|
|
@ -257,7 +257,8 @@ class SendStatusService : Service(), Injectable {
|
|||
mediaUris = status.mediaUris,
|
||||
mediaDescriptions = status.mediaDescriptions,
|
||||
poll = status.poll,
|
||||
failedToSend = true
|
||||
failedToSend = true,
|
||||
scheduledAt = status.scheduledAt
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue