Update room config zulip streams

This commit is contained in:
2024-09-24 15:22:43 +02:00
parent 901de8c009
commit de8544a126
3 changed files with 41 additions and 23 deletions

View File

@@ -13,7 +13,6 @@ type EdgeConfig = {
auth_callback_url: string;
websocket_url: string;
api_url: string;
zulip_streams: string;
};
};