From d91fd675e99cc75f7e954f3e28319a0de608fae8 Mon Sep 17 00:00:00 2001 From: Felicio Mununga Date: Mon, 15 May 2023 11:14:49 +0200 Subject: [PATCH] Update docs/draft/17-url-scheme.md --- docs/draft/17-url-scheme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/draft/17-url-scheme.md b/docs/draft/17-url-scheme.md index f8541d2..94e153f 100644 --- a/docs/draft/17-url-scheme.md +++ b/docs/draft/17-url-scheme.md @@ -31,7 +31,8 @@ title: 17/URL SCHEME | User profile | `/u/#` | Display user | | | `/u#` | | | | `/u#` | | -| Community | `/c/[compressed_community_key]` | Open community with `compressed_community_key` | +| Community | `/c/#` | Open community | +| | `/c#` | | | Community channel | `/cc/[compressed_channel_key]`| Open community which has a channel with `compressed_channel_key` and makes that channel active | | Browse | `/b/[url]` | Open `url` in the app's browser | | Post in channel | `/cc/[channel_key]/[message_key]` | Go to a message `message_key` in the channel `channel_key`