diff options
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(); |