Reply in thread feature

This commit is contained in:
HarukiToreda
2025-09-23 03:42:32 -04:00
parent 3780290581
commit ea7638b4ec
5 changed files with 128 additions and 77 deletions

View File

@@ -29,6 +29,8 @@ uint32_t getThreadPeer();
const std::vector<int> &getSeenChannels();
const std::vector<uint32_t> &getSeenPeers();
void clearThreadRegistries();
// Text and emote rendering
void drawStringWithEmotes(OLEDDisplay *display, int x, int y, const std::string &line, const Emote *emotes, int emoteCount);
@@ -49,4 +51,4 @@ void renderMessageContent(OLEDDisplay *display, const std::vector<std::string> &
void resetScrollState();
} // namespace MessageRenderer
} // namespace graphics
} // namespace graphics