mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
preserve attachment insertion order
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
[[nodiscard]] std::vector<ChatSubmitParams::Attachment> GetAttachments() const;
|
||||
|
||||
private:
|
||||
std::set<ChatInputAttachmentItem *> m_attachments;
|
||||
std::vector<ChatInputAttachmentItem *> m_attachments;
|
||||
|
||||
Gtk::Box m_box;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user