Update docs/draft/17-url-scheme.md

This commit is contained in:
Felicio Mununga 2023-05-15 11:14:49 +02:00 committed by GitHub
parent f737850b69
commit d91fd675e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,8 @@ title: 17/URL SCHEME
| User profile | `/u/<data>#<signature>` | Display user |
| | `/u#<compressed_user_public_key>` | |
| | `/u#<ens_name>` | |
| Community | `/c/[compressed_community_key]` | Open community with `compressed_community_key` |
| Community | `/c/<data>#<signature>` | Open community |
| | `/c#<compressed_community_public_key>` | |
| 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`