Correctly reply to remote users
This commit is contained in:
parent
e138d83150
commit
3d49981c67
|
@ -111,7 +111,7 @@ public class Tootle.PostDialog : Gtk.Dialog {
|
||||||
if(dialog == null){
|
if(dialog == null){
|
||||||
open (parent);
|
open (parent);
|
||||||
dialog.in_reply_to_id = status.id;
|
dialog.in_reply_to_id = status.id;
|
||||||
dialog.text.buffer.text = "@%s ".printf (status.account.username);
|
dialog.text.buffer.text = "@%s ".printf (status.account.acct);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue