refactor: split some highlight structs away from HighlightController (#6613)

This commit is contained in:
pajlada
2025-11-30 14:31:50 +01:00
committed by GitHub
parent 292f0dffca
commit d3287a615b
11 changed files with 213 additions and 148 deletions
+1
View File
@@ -2,6 +2,7 @@
#include "controllers/accounts/AccountController.hpp"
#include "controllers/highlights/HighlightPhrase.hpp"
#include "controllers/highlights/HighlightResult.hpp"
#include "messages/MessageBuilder.hpp" // for MessageParseArgs
#include "mocks/BaseApplication.hpp"
#include "mocks/Helix.hpp"