瀏覽代碼

fix: Lemmy sharing service parameter (#5020)

maTh 3 年之前
父節點
當前提交
f31c310a6d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/shares.php

+ 1 - 1
app/shares.php

@@ -94,7 +94,7 @@ return array(
 		'method' => 'GET',
 	),
 	'lemmy' => array(
-		'url' => '~URL~/create_post?url=~LINK~&name=~TITLE~',
+		'url' => '~URL~/create_post?url=~LINK~&title=~TITLE~',
 		'transform' => array('rawurlencode'),
 		'help' => 'https://join-lemmy.org/',
 		'form' => 'advanced',