Added some logging for Twitter to better analyse problems #730
1 changed files with 1 additions and 1 deletions
|
@ -1678,7 +1678,7 @@ function twitter_fetchhometimeline(App $a, $uid)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (stristr($post->source, $application_name) && $post->user->screen_name == $own_id) {
|
if (stristr($post->source, $application_name) && $post->user->screen_name == $own_id) {
|
||||||
logger("Skip previously send post", LOGGER_DEBUG);
|
logger("Skip previously sent post", LOGGER_DEBUG);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue