mirror of
https://gitlab.gnome.org/World/tootle
synced 2025-02-16 19:40:41 +01:00
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…
x
Reference in New Issue
Block a user