refresh token on timeline fetch failure

This commit is contained in:
Vincent Cloutier 2023-04-03 19:08:38 -04:00
parent 2dacf466fd
commit 4d3eb30fea
1 changed files with 1 additions and 1 deletions

View File

@ -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)