Fixed get_conversations

This commit is contained in:
Alois 2026-03-27 00:13:11 +00:00
commit 294205e873
3 changed files with 4 additions and 2 deletions

View file

@ -276,6 +276,7 @@ const DATA_TYPES = [
"calls",
"timeout",
"has_admin",
"last_message_at",
] as const;
const COMMUNICATION_TYPE_BY_NAME = createIndexMap(COMMUNICATION_TYPES);
@ -303,6 +304,7 @@ registerDataKinds("number", [
"send_time",
"sub_level",
"sub_end",
"last_message_at",
]);
registerDataKinds("string", [