aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Messages.resx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-02-21 22:50:23 +0800
committercrupest <crupest@outlook.com>2020-02-21 22:50:23 +0800
commit6ee456f8cfe7d1dce0f8bf908c318d6431bce3c0 (patch)
tree1897dc26074fb5b8aba2e2493b4c393279f6d4b4 /Timeline/Resources/Messages.resx
parent4d25b19237c0f089fb2dadec267a5c7da1dec2a0 (diff)
downloadtimeline-6ee456f8cfe7d1dce0f8bf908c318d6431bce3c0.tar.gz
timeline-6ee456f8cfe7d1dce0f8bf908c318d6431bce3c0.tar.bz2
timeline-6ee456f8cfe7d1dce0f8bf908c318d6431bce3c0.zip
Add visibility query filter in get timelines api.
Diffstat (limited to 'Timeline/Resources/Messages.resx')
-rw-r--r--Timeline/Resources/Messages.resx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Timeline/Resources/Messages.resx b/Timeline/Resources/Messages.resx
index c42657d3..865db524 100644
--- a/Timeline/Resources/Messages.resx
+++ b/Timeline/Resources/Messages.resx
@@ -159,6 +159,9 @@
<data name="TimelineController_QueryRelateNotExist" xml:space="preserve">
<value>The user specified by query param "relate" does not exist.</value>
</data>
+ <data name="TimelineController_QueryVisibilityUnknown" xml:space="preserve">
+ <value>'{0}' is an unkown visibility in the query parameter 'visibility'. </value>
+ </data>
<data name="TokenController_Create_BadCredential" xml:space="preserve">
<value>Username or password is invalid.</value>
</data>