mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:10:12 +00:00
AP: Automatically send follow requests for reshared items
This commit is contained in:
parent
fc0acd7b1f
commit
a7963fe18a
3 changed files with 25 additions and 1 deletions
|
@ -775,6 +775,10 @@ class Post extends BaseObject
|
|||
*/
|
||||
private function getDefaultText()
|
||||
{
|
||||
if (!local_user()) {
|
||||
return;
|
||||
}
|
||||
|
||||
$a = self::getApp();
|
||||
|
||||
$item = Item::selectFirst(['author-addr'], ['id' => $this->getId()]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue