From d96e65b2abf2a569a4be4c160fa30a504abdb2fc Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 26 Mar 2021 00:36:39 +0100 Subject: Bye bye construct, we use /event to get event by id instead of /context --- include/Body.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Body.hpp') diff --git a/include/Body.hpp b/include/Body.hpp index 738c41b..5e68b5b 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -132,7 +132,7 @@ namespace QuickMedia { std::unique_ptr title_text; std::unique_ptr description_text; std::unique_ptr author_text; - std::unique_ptr timestamp_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; std::string post_number; -- cgit v1.2.3