ChatON: Add constructor for ChatTemplates which chains into GKV

This commit is contained in:
HanishKVC 2024-05-11 23:31:53 +05:30
parent d9959b74e7
commit b944d04d08

View file

@ -301,9 +301,13 @@ public:
class ChatTemplates : public GroupKV {
public:
ChatTemplates(GroupKVMapMapVariant defaultMap) : GroupKV(defaultMap) {}
};
ChatTemplates gCT;
ChatTemplates gCT = {{}};
#ifdef CHATON_JSON