Just two to-dos added

This commit is contained in:
Michael Vogel 2015-06-10 08:36:51 +02:00
parent 81b609562e
commit f1fe38d5c7
2 changed files with 4 additions and 0 deletions

View file

@ -307,6 +307,7 @@ function notifier_run(&$argv, &$argc){
$push_notify = true;
// Send a salmon notification to every person we mentioned in the post
// To-Do: Send a Salmon to every Friendica user in that thread
$arr = explode(',',$target_item['tag']);
foreach($arr as $x) {
logger('Checking tag '.$x, LOGGER_DEBUG);