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){
|
if(replyTo!=null){
|
||||||
req.inReplyToId=replyTo.id;
|
req.inReplyToId=replyTo.id;
|
||||||
|
req.visibility=replyTo.visibility; // TODO
|
||||||
}
|
}
|
||||||
if(!pollOptions.isEmpty()){
|
if(!pollOptions.isEmpty()){
|
||||||
req.poll=new CreateStatus.Request.Poll();
|
req.poll=new CreateStatus.Request.Poll();
|
||||||
|
|
Loading…
Reference in New Issue