From 60e48e51cff48bc17959267a985e1e2431f77cea Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 26 Nov 2021 23:19:35 +0100 Subject: Better system messages for /id and /help --- plugins/Matrix.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins') 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); + // Calls the |MatrixDelegate| pending events. // Should be called from the main (ui) thread void update(); -- cgit v1.2.3