If sendToZulip is disabled, then <ShareModal /> won't be loaded

This commit is contained in:
Koper
2023-12-05 21:28:38 +07:00
parent 556a8cea80
commit 6f48aa8835
4 changed files with 16 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ const localConfig = {
requireLogin: true,
privacy: true,
browse: true,
sendToZulip: true,
sendToZulip: false,
},
api_url: "http://127.0.0.1:1250",
websocket_url: "ws://127.0.0.1:1250",