]> git.mxchange.org Git - friendica.git/blobdiff - mod/match.php
Merge pull request #2151 from annando/1512-misconfigured-friendica
[friendica.git] / mod / match.php
index db1cac0f7876d8b7106c87b8559c9d0f5e492974..3b0367b4290e1efd02ccbd945eca34fb4e79bb4d 100644 (file)
@@ -79,6 +79,7 @@ function match_content(&$a) {
                                                'details'       => $contact_details['location'],
                                                'tags'          => $contact_details['keywords'],
                                                'about'         => $contact_details['about'],
+                                               'account_type'  => (($contact_details['community']) ? t('Forum') : ''),
                                                'thumb' => proxy_url($jj->photo, false, PROXY_SIZE_THUMB),
                                                'inttxt' => ' ' . t('is interested in:'),
                                                'conntxt' => t('Connect'),