add scheduled status

This commit is contained in:
localhost_frssoft 2023-11-10 01:27:22 +03:00
parent 4cd8fb2ddb
commit 6a233f6cb2
5 changed files with 17 additions and 3 deletions

View file

@ -50,6 +50,7 @@
<input id="edit-status-id" name="edit-status-id" placeholder="Input Status ID for edit" title="Edit ID">
<input id="lang-code" name="lang-code" placeholder="lang" title="Post language (ISO 639) [en, ru, etc..] Default: none" size="4">
<input type="number" id="expires-in" name="expires-in" title="Post autodeleted after hour(s)" min="0" value="0" size="4">
<input type="datetime-local" id="scheduled" name="scheduled" step=300 title="Schedule your status (timezone UTC+0)">
</form>
{{end}}