replace status with message

This commit is contained in:
Thomas 2019-08-21 11:01:21 +02:00
parent 6058134b04
commit a94f1695f6

View file

@ -47,9 +47,9 @@ page:
It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
about:
scheduling:
FediPlan allows users to schedule a message (with media attachments) to be published at a certain future date.<br/>
The scheduled date must be at least 5 minutes into the future. At most, 300 statuses can be scheduled at the same time.
Only 50 statuses can be scheduled for any given day.
FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/>
The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time.
Only 50 messages can be scheduled for any given day.
data:
FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>
issues: