From d8b732a488233d9b763d2c43ded60a420e1746a6 Mon Sep 17 00:00:00 2001 From: Saturnino Abril Date: Thu, 6 Apr 2017 05:18:23 +0900 Subject: APIv4 GET /users/{user_id}/posts/flagged (#5984) * APIv4 GET /users/{user_id}/posts/flagged * change permission check --- i18n/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 051631f3c..a04c11066 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3703,6 +3703,14 @@ "id": "model.client.create_emoji.writer.app_error", "translation": "Unable to write request" }, + { + "id": "model.client.get_flagged_posts_in_channel.missing_parameter.app_error", + "translation": "Missing channel parameter" + }, + { + "id": "model.client.get_flagged_posts_in_team.missing_parameter.app_error", + "translation": "Missing team parameter" + }, { "id": "model.client.login.app_error", "translation": "Authentication tokens didn't match" -- cgit v1.2.3-1-g7c22