aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Controllers/UserAvatarController.Designer.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-13 18:09:50 +0800
committerGitHub <noreply@github.com>2020-03-13 18:09:50 +0800
commit067ef1edcb4409feda25a9356d49b146a9fd884b (patch)
tree23167ac72ad2a0a878eacbfec7fdd9b8b4a81c55 /Timeline/Resources/Controllers/UserAvatarController.Designer.cs
parent904f98bda60b3bd92331aacde3771dedde62d2b5 (diff)
parent1af4f51abcd09be68bc0e2ad77b163569a50a6b3 (diff)
downloadtimeline-067ef1edcb4409feda25a9356d49b146a9fd884b.tar.gz
timeline-067ef1edcb4409feda25a9356d49b146a9fd884b.tar.bz2
timeline-067ef1edcb4409feda25a9356d49b146a9fd884b.zip
Merge pull request #71 from crupest/cache
Add cache support for timeline post data.
Diffstat (limited to 'Timeline/Resources/Controllers/UserAvatarController.Designer.cs')
-rw-r--r--Timeline/Resources/Controllers/UserAvatarController.Designer.cs27
1 files changed, 0 insertions, 27 deletions
diff --git a/Timeline/Resources/Controllers/UserAvatarController.Designer.cs b/Timeline/Resources/Controllers/UserAvatarController.Designer.cs
index e6eeb1e8..b0c35ff9 100644
--- a/Timeline/Resources/Controllers/UserAvatarController.Designer.cs
+++ b/Timeline/Resources/Controllers/UserAvatarController.Designer.cs
@@ -97,33 +97,6 @@ namespace Timeline.Resources.Controllers {
}
/// <summary>
- /// Looks up a localized string similar to Attempt to get a avatar with If-None-Match in bad format..
- /// </summary>
- internal static string LogGetBadIfNoneMatch {
- get {
- return ResourceManager.GetString("LogGetBadIfNoneMatch", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Returned full data for a get avatar attempt..
- /// </summary>
- internal static string LogGetReturnData {
- get {
- return ResourceManager.GetString("LogGetReturnData", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Returned NotModify for a get avatar attempt..
- /// </summary>
- internal static string LogGetReturnNotModify {
- get {
- return ResourceManager.GetString("LogGetReturnNotModify", resourceCulture);
- }
- }
-
- /// <summary>
/// Looks up a localized string similar to Attempt to get a avatar of a non-existent user failed..
/// </summary>
internal static string LogGetUserNotExist {