diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-11-26 23:19:35 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-11-26 23:19:35 +0100 |
commit | 60e48e51cff48bc17959267a985e1e2431f77cea (patch) | |
tree | 0f6b056f04a31b88660ab78521aae312d9e38a7d /plugins | |
parent | 36db818f77b8a69f6e585ddd1edb4b9cc6376596 (diff) |
Better system messages for /id and /help
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Matrix.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index 0c96114..7244ee3 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -589,6 +589,8 @@ namespace QuickMedia { RoomData* get_room_by_id(const std::string &id); void update_room_users(RoomData *room); + void append_system_message(RoomData *room_data, std::shared_ptr<Message> message); + // Calls the |MatrixDelegate| pending events. // Should be called from the main (ui) thread void update(); |