From e0da3d1c081b3aa02e2cc75323edc2026e85c350 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 953d3279..ef4408f1 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")