Enable sharing via Mastodon
Sharing works now with newer Mastoton releases.
This commit is contained in:
parent
c23d28f554
commit
9e47cf24e4
1 changed files with 1 additions and 6 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue