[MM-61462] Fix errcheck issues in server/channels/app/post.go (#29205)

Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
Этот коммит содержится в:
Rohan Sharma
2024-11-20 19:13:48 +05:30
коммит произвёл GitHub
родитель 82bd3b6df1
Коммит 5de425c298
3 изменённых файлов: 19 добавлений и 6 удалений

Просмотреть файл

@@ -2520,6 +2520,10 @@
"id": "api.post.create_webhook_post.creating.app_error",
"translation": "Error creating post."
},
{
"id": "api.post.deduplicate_create_post.cache_error",
"translation": "Failed to cache post after deduplicating a client repeating the same request."
},
{
"id": "api.post.deduplicate_create_post.failed_to_get",
"translation": "Failed to fetch original post after deduplicating a client repeating the same request."