extract renderChatLog from render

This commit is contained in:
Green Sky
2025-03-24 13:52:10 +01:00
parent 528e312f25
commit a11581c836
2 changed files with 391 additions and 380 deletions

View File

@@ -89,6 +89,7 @@ class ChatGui4 : public ObjectStoreEventI {
void sendFileList(const std::vector<std::string_view>& list);
private:
void renderChatLog(Contact4 c, bool window_focused, const std::vector<Contact4>* sub_contacts);
void renderMessageBodyText(Message3Registry& reg, const Message3 e);
void renderMessageBodyFile(Message3Registry& reg, const Message3 e);
void renderMessageExtra(Message3Registry& reg, const Message3 e);