From f330b16a2c36585be8ce8102cfb11e4914ed9a69 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 1 Dec 2019 23:35:01 +0100 Subject: Add image preview to image board thread --- include/Body.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/Body.hpp b/include/Body.hpp index 36ced92..e727244 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -29,6 +29,7 @@ namespace QuickMedia { std::string title; std::string url; std::string thumbnail_url; + std::string fullsize_image_url; std::string author; bool visible; // Used by image boards for example. The elements are indices to other body items -- cgit v1.2.3