aboutsummaryrefslogtreecommitdiff
path: root/include/Body.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Body.hpp')
-rw-r--r--include/Body.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Body.hpp b/include/Body.hpp
index ae1c3ff..32e19dc 100644
--- a/include/Body.hpp
+++ b/include/Body.hpp
@@ -20,6 +20,8 @@ namespace QuickMedia {
std::string url;
std::string thumbnail_url;
bool visible;
+ // Used by image boards for example. The elements are indices to other body items
+ std::vector<size_t> replies;
};
using BodyItems = std::vector<std::unique_ptr<BodyItem>>;