diff options
| author | crupest <crupest@outlook.com> | 2020-06-18 19:41:51 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2020-06-18 19:41:51 +0800 |
| commit | 4214c5dd5724bbe0bb8225534568dd4b0e904068 (patch) | |
| tree | 61846ff2588c4369811fd805dfd78b4eb3ba8d9e /Timeline/Resources/Services/TimelineService.resx | |
| parent | 5f57f6d3f9c7bd94929f3e50915d57da7c031538 (diff) | |
| download | timeline-4214c5dd5724bbe0bb8225534568dd4b0e904068.tar.gz timeline-4214c5dd5724bbe0bb8225534568dd4b0e904068.tar.bz2 timeline-4214c5dd5724bbe0bb8225534568dd4b0e904068.zip | |
feat(back): Timeline service add post modified since.
Diffstat (limited to 'Timeline/Resources/Services/TimelineService.resx')
| -rw-r--r-- | Timeline/Resources/Services/TimelineService.resx | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
