Allow feed labels in config

This commit is contained in:
Johanness
2026-05-24 21:28:11 +03:00
parent 58f9f7edaf
commit 102b1fb95f
5 changed files with 40 additions and 5 deletions
+1
View File
@@ -35,6 +35,7 @@ struct FeedConfig
FeedKind kind = FeedKind::NoSignal;
std::string mxlDomain;
std::string mxlFlowId;
std::string label;
};
struct AppConfig