diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Matrix.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index 135549f..c953364 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -59,6 +59,7 @@ namespace QuickMedia { std::string url; std::string thumbnail_url; std::string related_event_id; + sf::Vector2i thumbnail_size; // Set to {0, 0} if not specified RelatedEventType related_event_type; bool mentions_me = false; time_t timestamp = 0; |