fbsync: Showing shared posts, import only from contacts in your contact list #163

Merged
annando merged 8 commits from master into master 2013-11-11 17:59:13 +01:00
Showing only changes of commit e89bab99ad - Show all commits

twitter: Imported links sometime vanished

Michael Vogel 2013-11-03 21:31:52 +01:00

View file

@ -1785,7 +1785,7 @@ function twitter_convertmsg($a, $body, $no_tags = false) {
}
}
if (($footerlink != "") AND ($footer != "")) {
if (($footerlink != "") AND (trim($footer) != "")) {
$removedlink = trim(str_replace($footerlink, "", $body));
if (strstr($body, $removedlink))