Previewing posts on Akkoma (#933)
* Previewing posts on Akkoma * move preview property into status * clean up code * revert imm-related changes --------- Co-authored-by: sk <sk22@mailbox.org>
This commit is contained in:
@@ -48,6 +48,8 @@ public class CreateStatus extends MastodonAPIRequest<Status>{
|
||||
public String quoteId;
|
||||
public ContentType contentType;
|
||||
|
||||
public boolean preview;
|
||||
|
||||
public static class Poll{
|
||||
public ArrayList<String> options=new ArrayList<>();
|
||||
public int expiresIn;
|
||||
|
||||
Reference in New Issue
Block a user