Only include links in POSSE’d version of notes when they are truncated
This commit is contained in:
parent
79f6519ce0
commit
e4149977d1
3 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,7 @@ class SyndicateToFacebook implements ShouldQueue
|
|||
'form_params' => [
|
||||
'source' => $this->note->longurl,
|
||||
'target' => 'https://brid.gy/publish/facebook',
|
||||
'bridgy_omit_link' => 'maybe',
|
||||
],
|
||||
]
|
||||
);
|
||||
|
|
|
@ -41,6 +41,7 @@ class SyndicateToTwitter implements ShouldQueue
|
|||
'form_params' => [
|
||||
'source' => $this->note->longurl,
|
||||
'target' => 'https://brid.gy/publish/twitter',
|
||||
'bridgy_omit_link' => 'maybe',
|
||||
],
|
||||
]
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue