From f1063e25a55aec5a8f7b294d0392dd31d5bf9813 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 11 May 2021 22:34:42 +0200 Subject: 4chan: show the replied to messages when navigating replies --- include/Body.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/Body.hpp b/include/Body.hpp index b50b695..3d8167a 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -139,6 +139,8 @@ namespace QuickMedia { std::unique_ptr author_text; std::unique_ptr timestamp_text; // TODO: Remove // Used by image boards for example. The elements are indices to other body items + std::vector replies_to; + // Used by image boards for example. The elements are indices to other body items std::vector replies; std::string post_number; void *userdata; // Not managed, should be deallocated by whoever sets this -- cgit v1.2.3