This commit is contained in:
Michael 2018-09-03 21:58:21 +00:00
parent ee1e87c5c4
commit aa34316be8
1 changed files with 1 additions and 1 deletions

View File

@ -1678,7 +1678,7 @@ function twitter_fetchhometimeline(App $a, $uid)
}
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;
}