diff options
author | crupest <crupest@outlook.com> | 2020-06-18 23:41:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-18 23:41:13 +0800 |
commit | e4ca28740d3ccdb64b61361a16bd104009682f6c (patch) | |
tree | 5f65150b65ac37d2cd3f9d04d9cde22b3c02691d /Timeline/Resources/Services/TimelineService.resx | |
parent | 5f57f6d3f9c7bd94929f3e50915d57da7c031538 (diff) | |
parent | 35f4e03157fdb6643dc42db0cd764804e00944aa (diff) | |
download | timeline-e4ca28740d3ccdb64b61361a16bd104009682f6c.tar.gz timeline-e4ca28740d3ccdb64b61361a16bd104009682f6c.tar.bz2 timeline-e4ca28740d3ccdb64b61361a16bd104009682f6c.zip |
Merge pull request #112 from crupest/post-modified-since
Post modified since query param.
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 |