summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2023-05-23 07:55:42 +0000
committerdakkar <dakkar@thenautilus.net>2023-05-23 07:55:42 +0000
commite6c5d4d1048fbae38043b3854bb1819f5ccea9e4 (patch)
tree34355c64776d2b76a20aa769aafa83ae750ca5c2
parentselectively disable pieces (diff)
downloadtweet-archive-e6c5d4d1048fbae38043b3854bb1819f5ccea9e4.tar.gz
tweet-archive-e6c5d4d1048fbae38043b3854bb1819f5ccea9e4.tar.bz2
tweet-archive-e6c5d4d1048fbae38043b3854bb1819f5ccea9e4.zip
twitter friends stopped working ages ago
-rw-r--r--tweet-archive.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tweet-archive.pl b/tweet-archive.pl
index 64e5525..bac22c5 100644
--- a/tweet-archive.pl
+++ b/tweet-archive.pl
@@ -41,7 +41,7 @@ if ($conf->{twitter} && $conf->{twitter}{enabled}) {
$store->store_tweet($tweet);
}
- $store->store_twitter_friends($client->friends);
+ #$store->store_twitter_friends($client->friends);
$store->store_twitter_followers($client->followers);
}
catch ($e) {