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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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']
]