mirror of
https://github.com/mastodon/mastodon-android.git
synced 2024-12-22 14:44:21 +01:00
Match visibility when replying
This commit is contained in:
parent
e13eaf5ae5
commit
8ee4b7992a
@ -378,6 +378,7 @@ public class ComposeFragment extends ToolbarFragment implements OnBackPressedLis
|
||||
}
|
||||
if(replyTo!=null){
|
||||
req.inReplyToId=replyTo.id;
|
||||
req.visibility=replyTo.visibility; // TODO
|
||||
}
|
||||
if(!pollOptions.isEmpty()){
|
||||
req.poll=new CreateStatus.Request.Poll();
|
||||
|
Loading…
Reference in New Issue
Block a user