mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
Just two to-dos added
This commit is contained in:
parent
81b609562e
commit
f1fe38d5c7
2 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue