aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Services
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-18 19:41:51 +0800
committercrupest <crupest@outlook.com>2020-06-18 19:41:51 +0800
commitd9ed0c1b0fb04d161d27b556e33f0a03738e717d (patch)
tree36029dc650c6fd7e166ca1db36cb761ba77dd402 /Timeline/Resources/Services
parent135f47e7477bb2a72c423145dcd286ae494fd3ed (diff)
downloadtimeline-d9ed0c1b0fb04d161d27b556e33f0a03738e717d.tar.gz
timeline-d9ed0c1b0fb04d161d27b556e33f0a03738e717d.tar.bz2
timeline-d9ed0c1b0fb04d161d27b556e33f0a03738e717d.zip
feat(back): Timeline service add post modified since.
Diffstat (limited to 'Timeline/Resources/Services')
-rw-r--r--Timeline/Resources/Services/TimelineService.Designer.cs9
-rw-r--r--Timeline/Resources/Services/TimelineService.resx3
2 files changed, 12 insertions, 0 deletions
diff --git a/Timeline/Resources/Services/TimelineService.Designer.cs b/Timeline/Resources/Services/TimelineService.Designer.cs
index cfc381f9..e16c1337 100644
--- a/Timeline/Resources/Services/TimelineService.Designer.cs
+++ b/Timeline/Resources/Services/TimelineService.Designer.cs
@@ -106,6 +106,15 @@ namespace Timeline.Resources.Services {
}
/// <summary>
+ /// Looks up a localized string similar to The post has been deleted because content of entity is null..
+ /// </summary>
+ internal static string ExceptionPostDeleted {
+ get {
+ return ResourceManager.GetString("ExceptionPostDeleted", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The timeline name is of bad format..
/// </summary>
internal static string ExceptionTimelineNameBadFormat {
diff --git a/Timeline/Resources/Services/TimelineService.resx b/Timeline/Resources/Services/TimelineService.resx
index c4f49b30..9314f51b 100644
--- a/Timeline/Resources/Services/TimelineService.resx
+++ b/Timeline/Resources/Services/TimelineService.resx
@@ -141,4 +141,7 @@
<data name="LogGetDataNoFormat" xml:space="preserve">
<value>Image format type of the post does not exist in column "extra_content". Normally this couldn't be possible because it should be saved when post was created. However, we now re-detect the format and save it.</value>
</data>
+ <data name="ExceptionPostDeleted" xml:space="preserve">
+ <value>The post has been deleted because content of entity is null.</value>
+ </data>
</root> \ No newline at end of file