From 6ecb3261614e528de31409611973b2e8bbbe03a9 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 25 Apr 2024 20:25:43 +0000 Subject: [PATCH] added chats namespace --- src/remote.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/remote.js b/src/remote.js index 9303785..00c0de5 100755 --- a/src/remote.js +++ b/src/remote.js @@ -26,6 +26,10 @@ export default { { namespace: "notifications", path: "/notifications", + }, + { + namespace: "chats", + path: "/chats", } ] } \ No newline at end of file