Match visibility when replying
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user