From 9e47cf24e4eb212b478d59c7dcf96639eb577cca Mon Sep 17 00:00:00 2001 From: Marcus Jaschen Date: Sat, 7 Oct 2023 13:57:20 +0200 Subject: [PATCH] Enable sharing via Mastodon Sharing works now with newer Mastoton releases. --- js/control/ShareRoute.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/js/control/ShareRoute.js b/js/control/ShareRoute.js index 953d327..ef4408f 100644 --- a/js/control/ShareRoute.js +++ b/js/control/ShareRoute.js @@ -1,12 +1,7 @@ BR.ShareRoute = L.Class.extend({ - /** - * Sharing via Mastodon is currently disabled by default, because - * the share intent fails when the current route URL is longer - * than the post character limit for that instance. - */ options: { services: { - mastodon: false, + mastodon: true, }, shortcut: { share_action: 65, // char code for 'a' ("action")