Support mentioning several people

This commit is contained in:
bleakgrey 2018-05-04 16:57:59 +03:00
parent 1c604d9221
commit b200518207

View file

@ -107,6 +107,8 @@ public class Tootle.PostDialog : Gtk.Dialog {
if (text != null)
dialog.text.buffer.text = text;
}
else
dialog.text.buffer.text += " " + text;
}
public static void open_reply (Gtk.Window? parent, Status status){