diff --git a/external/solanaceae_message3 b/external/solanaceae_message3 index 7c28b23..f9f70a0 160000 --- a/external/solanaceae_message3 +++ b/external/solanaceae_message3 @@ -1 +1 @@ -Subproject commit 7c28b232a46ebede9d6f09bc6eafb49bacfa99ea +Subproject commit f9f70a05b1d248e84198c83abeda3579107d09bb diff --git a/src/chat_gui4.hpp b/src/chat_gui4.hpp index 283d5fd..9de29e2 100644 --- a/src/chat_gui4.hpp +++ b/src/chat_gui4.hpp @@ -10,9 +10,6 @@ #include "./file_selector.hpp" #include "./send_image_popup.hpp" -// HACK: move to public msg api? -#include "./fragment_store/message_fragment_store.hpp" - #include #include diff --git a/src/fragment_store/message_fragment_store.hpp b/src/fragment_store/message_fragment_store.hpp index f7ec69f..c5f9f7e 100644 --- a/src/fragment_store/message_fragment_store.hpp +++ b/src/fragment_store/message_fragment_store.hpp @@ -29,22 +29,6 @@ namespace Message::Components { Object o {entt::null}; }; - // points to the front/newer message - // together they define a range that is, - // eg the first(end) and last(begin) message being rendered - // MFS requires there to be atleast one other fragment after/before, - // if not loaded fragment with fitting tsrange(direction) available - // uses fragmentAfter/Before() - // they can exist standalone - // if they are a pair, the inside is filled first - // cursers require a timestamp ??? - struct ViewCurserBegin { - Message3 curser_end{entt::null}; - }; - struct ViewCurserEnd { - Message3 curser_begin{entt::null}; - }; - // TODO: add adjacency range comp or inside curser // TODO: unused