mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:05:16 +02:00
module to provide local "find people like me" when global dir unavailable
This commit is contained in:
parent
f256e31e4f
commit
de24f68112
2 changed files with 42 additions and 1 deletions
|
@ -26,7 +26,7 @@ function match_content(&$a) {
|
|||
$params['s'] = $tags;
|
||||
if($a->pager['page'] != 1)
|
||||
$params['p'] = $a->pager['page'];
|
||||
|
||||
|
||||
$x = post_url('http://dir.friendika.com/msearch', $params);
|
||||
|
||||
$j = json_decode($x);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue