Fix code standards in Module\OStatus\Salmon

This commit is contained in:
Hypolite Petovan
2022-11-07 07:54:12 -05:00
committed by GitHub
parent 9e315a75d8
commit 7c7fc624f3

View File

@@ -190,7 +190,7 @@ class Salmon extends \Friendica\BaseModule
"`network` IN (?, ?)
AND (`nurl` = ? OR `alias` = ? OR `alias` = ?)
AND `uid` = ?",
Protocol::OSTATUS, Protocol::DFRN,
Protocol::OSTATUS, Protocol::DFRN,
Strings::normaliseLink($author_link), $author_link, Strings::normaliseLink($author_link),
$importer['uid']
]