mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-09 20:11:00 +00:00
+
This commit is contained in:
parent
6a4b0cee42
commit
29675c8551
@ -214,10 +214,12 @@ user_stream_data(string data, string headers, int http_status, int fetching) {
|
|||||||
P3(("twitter/client:user_stream_data(..., %O, %O, %O)\n%O\n", headers, http_status, fetching, data))
|
P3(("twitter/client:user_stream_data(..., %O, %O, %O)\n%O\n", headers, http_status, fetching, data))
|
||||||
|
|
||||||
if (http_status == R_OK && data && data != "") {
|
if (http_status == R_OK && data && data != "") {
|
||||||
if (!friends)
|
if (!friends) {
|
||||||
friends = parse_json(data);
|
if (catch(friends = parse_json(data))) {
|
||||||
else
|
P1(("%O: Twitter is over capacity. %O\n", ME, err))
|
||||||
parse_statuses(data);
|
remove_interactive(ME);
|
||||||
|
}
|
||||||
|
} else parse_statuses(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fetching) {
|
if (fetching) {
|
||||||
|
Loading…
Reference in New Issue
Block a user