From b0468e9c073ecedc16474c9a3b2707b252929af7 Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Fri, 29 Apr 2016 00:06:51 +0200 Subject: Reconnect to twitter stream silently --- protocols/twitter/twitter.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/twitter/twitter.h') diff --git a/protocols/twitter/twitter.h b/protocols/twitter/twitter.h index 86c88262..c949c8b8 100644 --- a/protocols/twitter/twitter.h +++ b/protocols/twitter/twitter.h @@ -68,7 +68,9 @@ struct twitter_data { gint main_loop_id; gint filter_update_id; struct http_request *stream; + time_t stream_opentime; struct http_request *filter_stream; + time_t filter_stream_opentime; struct groupchat *timeline_gc; gint http_fails; twitter_flags_t flags; -- cgit v1.2.3