mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
purge cache when TL retrieval fails, fix #79
This commit is contained in:
@@ -38,5 +38,10 @@ namespace BirdsiteLive.Twitter
|
||||
|
||||
return user;
|
||||
}
|
||||
|
||||
public void PurgeUser(string username)
|
||||
{
|
||||
_userCache.Remove(username);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user