aboutsummaryrefslogtreecommitdiffstats
path: root/mod/suggest.php
diff options
context:
space:
mode:
authorfriendica <redmatrix@redmatrix.me>2015-04-07 18:13:10 -0700
committerfriendica <redmatrix@redmatrix.me>2015-04-07 18:13:10 -0700
commitdc2830755dfe14d121e740edaccfc13bade2426a (patch)
treee1aaf7273f965d52d8be813fd266d9c881b7db19 /mod/suggest.php
parentd78118e2b0eee173f50c57f14ae8733e8412c502 (diff)
downloadvolse-hubzilla-dc2830755dfe14d121e740edaccfc13bade2426a.tar.gz
volse-hubzilla-dc2830755dfe14d121e740edaccfc13bade2426a.tar.bz2
volse-hubzilla-dc2830755dfe14d121e740edaccfc13bade2426a.zip
add common connection count to suggestions
Diffstat (limited to 'mod/suggest.php')
-rw-r--r--mod/suggest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/suggest.php b/mod/suggest.php
index fec0e85a4..438d884ca 100644
--- a/mod/suggest.php
+++ b/mod/suggest.php
@@ -44,6 +44,7 @@ function suggest_content(&$a) {
$arr[] = array(
'url' => chanlink_url($rr['xchan_url']),
+ 'common' => $rr['total'],
'profile' => $rr['xchan_url'],
'name' => $rr['xchan_name'],
'photo' => $rr['xchan_photo_m'],