From d5d462f555ef9d7ce7e001aca5586c19b4d9edc8 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 25 Sep 2020 21:40:22 +0200 Subject: Matrix: add display name colors depending on user id --- plugins/Matrix.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index 396fc17..3382270 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -8,6 +8,7 @@ namespace QuickMedia { struct UserInfo { std::string display_name; std::string avatar_url; + sf::Color display_name_color; }; enum class MessageType { -- cgit v1.2.3