implement local-only posting

This commit is contained in:
sk
2023-01-24 12:04:17 -03:00
committed by LucasGGamerM
parent 6062510844
commit 1af82fde61
10 changed files with 136 additions and 38 deletions

View File

@@ -39,6 +39,7 @@ public class CreateStatus extends MastodonAPIRequest<Status>{
public Poll poll;
public String inReplyToId;
public boolean sensitive;
public boolean localOnly;
public String spoilerText;
public StatusPrivacy visibility;
public Instant scheduledAt;