refresh token on timeline fetch failure
This commit is contained in:
parent
2dacf466fd
commit
4d3eb30fea
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ namespace BirdsiteLive.Twitter
|
|||
catch (HttpRequestException e)
|
||||
{
|
||||
_logger.LogError(e, "Error retrieving timeline of {Username}; refreshing client", username);
|
||||
//await _twitterAuthenticationInitializer.RefreshClient(request);
|
||||
await _twitterAuthenticationInitializer.RefreshClient(request);
|
||||
return null;
|
||||
}
|
||||
catch (Exception e)
|
||||
|
|
Reference in a new issue