diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Matrix.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index f0fe840..be89adb 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -74,7 +74,7 @@ namespace QuickMedia { std::string related_event_id; sf::Vector2i thumbnail_size; // Set to {0, 0} if not specified RelatedEventType related_event_type = RelatedEventType::NONE; - bool mentions_me = false; + bool notification_mentions_me = false; bool cache = false; bool provisional = false; time_t timestamp = 0; // In milliseconds |