diff options
| author | 2023-01-20 23:52:36 +0100 | |
|---|---|---|
| committer | 2023-01-20 23:52:36 +0100 | |
| commit | f31c310a6dff79eab182c669f2886e06a235993d (patch) | |
| tree | 5b9dce7e62fd0e3811390a522d1478a10a3e4627 | |
| parent | 75a203fff233901b0276beccdf2f64c34ef53f40 (diff) | |
fix: Lemmy sharing service parameter (#5020)
| -rw-r--r-- | app/shares.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/shares.php b/app/shares.php index 490f97ab5..aa88c4b6d 100644 --- a/app/shares.php +++ b/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', |
