From 5b8b9363c8e7f0ad4f2e01dd4d959614c242f1c9 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Wed, 21 May 2025 19:11:51 +0000 Subject: [PATCH] Disabled deprecated remotes --- src/remotes.js | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/remotes.js b/src/remotes.js index de0b72c..f20e3e6 100755 --- a/src/remotes.js +++ b/src/remotes.js @@ -14,13 +14,9 @@ export default { path: "/posts", ng: true, }, - { - namespace: "notifications", - path: "/notifications", - }, - { - namespace: "chats", - path: "/chats", - }, + // { + // namespace: "chats", + // path: "/chats", + // }, ], }