Only include links in POSSE’d version of notes when they are truncated

This commit is contained in:
Jonny Barnes 2017-09-20 14:14:29 +01:00
parent 79f6519ce0
commit e4149977d1
3 changed files with 3 additions and 0 deletions

View file

@ -41,6 +41,7 @@ class SyndicateToTwitter implements ShouldQueue
'form_params' => [
'source' => $this->note->longurl,
'target' => 'https://brid.gy/publish/twitter',
'bridgy_omit_link' => 'maybe',
],
]
);