Procházet zdrojové kódy

Linkding share now passes title #5432 (#5433)

acbgbca před 3 roky
rodič
revize
df865d7900
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/shares.php

+ 1 - 1
app/shares.php

@@ -117,7 +117,7 @@ return [
 		'method' => 'GET',
 	],
 	'linkding' => [
-		'url' => '~URL~/bookmarks/new?url=~LINK~&auto_close',
+		'url' => '~URL~/bookmarks/new?url=~LINK~&title=~TITLE~&auto_close',
 		'transform' => ['rawurlencode'],
 		'help' => 'https://github.com/sissbruecker/linkding/blob/master/docs/how-to.md',
 		'form' => 'advanced',