mirror of
https://github.com/friendica/friendica
synced 2025-05-06 00:24:10 +02:00
Rewrites:
- converted single-line if() block to multi-line and with curly braces - "imported" SPL classes to have unified code style - always initialize your variables ... :-/ - added some empty lines/spaces for better readability Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
3b646644c0
commit
9fa812b35d
8 changed files with 33 additions and 15 deletions
|
@ -498,7 +498,6 @@ class Notifier
|
|||
}
|
||||
DBA::close($delivery_contacts_stmt);
|
||||
|
||||
|
||||
$url_recipients = array_filter($url_recipients);
|
||||
// send salmon slaps to mentioned remote tags (@foo@example.com) in OStatus posts
|
||||
// They are especially used for notifications to OStatus users that don't follow us.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue