privacy_image_cache: Pictures are now fetched from the original source #91

Merged
annando merged 15 commits from master into master 2013-01-05 23:48:39 +01:00
Showing only changes of commit 285253e15e - Show all commits

View file

@ -787,6 +787,9 @@ function statusnet_fetchtimeline($a, $uid) {
if ($post->id > $lastid)
$lastid = $post->id;
if (is_object($post->retweeted_status))
continue;
if (!strpos($post->source, $a->get_hostname())) {
$_SESSION["authenticated"] = true;
$_SESSION["uid"] = $uid;