From 597416955be79d204d467e1fa7436992fcbe7328 Mon Sep 17 00:00:00 2001 From: mufazalov Date: Wed, 10 Sep 2025 18:34:57 +0300 Subject: [PATCH] fix: add events and conversations api tags --- src/store/reducers/api.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/store/reducers/api.ts b/src/store/reducers/api.ts index 627c4d3e39..c9f202984d 100644 --- a/src/store/reducers/api.ts +++ b/src/store/reducers/api.ts @@ -11,6 +11,8 @@ export const api = createApi({ invalidationBehavior: 'immediately', tagTypes: [ 'All', + 'Conversations', + 'Events', 'PDiskData', 'PreviewData', 'SchemaTree',