mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Scrape now doesn't fetch page data when its twitter and Co./Update script that updates the contacts from the profile
This commit is contained in:
parent
bc2c046446
commit
e8bfa32b37
4 changed files with 70 additions and 21 deletions
|
@ -149,6 +149,7 @@ function profile_clean_keywords($keywords) {
|
|||
$cleaned = array();
|
||||
foreach ($keywords as $keyword) {
|
||||
$keyword = trim(strtolower($keyword));
|
||||
$keyword = trim($keyword, "#");
|
||||
if ($keyword != "")
|
||||
$cleaned[] = $keyword;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue