feat: Add support for account management deeplinks

This commit is contained in:
Ginger
2026-04-30 16:46:19 -04:00
parent 7f36c44763
commit 950d7ae3d9
6 changed files with 84 additions and 18 deletions
@@ -2,9 +2,9 @@
{% for scope in scopes %}
{% match scope %}
{% when Scope::ClientApi %}
<li>Interact with Matrix on your behalf</li>
<li>Send messages and interact with chatrooms on your behalf</li>
{% when Scope::Device(_) %}
<li>Connect to your Matrix account</li>
<li>Access your Matrix account</li>
{% endmatch %}
{% endfor %}
</ul>