mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
fix link/mention/emote parsing cuz dealing with utf8 sucks
This commit is contained in:
@@ -26,7 +26,7 @@ protected:
|
||||
Gtk::Box *CreateAttachmentComponent(const AttachmentData &data); // non-image attachments
|
||||
void HandleImage(const AttachmentData &data, Gtk::Image *img, std::string url);
|
||||
|
||||
static Glib::ustring GetTextFiltered(const Glib::RefPtr<Gtk::TextBuffer> &buf);
|
||||
static Glib::ustring GetText(const Glib::RefPtr<Gtk::TextBuffer> &buf);
|
||||
|
||||
void HandleUserMentions(Gtk::TextView *tv);
|
||||
void HandleStockEmojis(Gtk::TextView *tv);
|
||||
|
||||
Reference in New Issue
Block a user