From 2a04546c7305b9bf03ea6cd26ce728ed773e2673 Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 27 Feb 2024 10:35:38 -0800 Subject: Intent handler (#2992) * Handle URL params * Add resources * Add other params * refactor for scope * modify the pr to support intents rather than utm remove linebreak remove linebreak handle web adjust path check to work on web add a short delay for opening the composer setup compose intent, move to `intents` directory fix intent logic ignore incoming intents in the navigation router * refactor --------- Co-authored-by: Eric Bailey --- app.config.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app.config.js') diff --git a/app.config.js b/app.config.js index e710420b0..5bbe864a3 100644 --- a/app.config.js +++ b/app.config.js @@ -89,6 +89,10 @@ module.exports = function (config) { scheme: 'https', host: 'bsky.app', }, + { + scheme: 'http', + host: 'localhost:19006', + }, ], category: ['BROWSABLE', 'DEFAULT'], }, -- cgit 1.4.1