Adding correctness in the ReplyCount generation (#14047)

* Adding correctness in the ReplyCount generation

* Applying suggestion from reflog

* More reliable reply count generation

* Some tests fixed

* Adding i18n translation

* Fixing reply count on save behavior

Co-authored-by: mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Jesús Espino
2020-03-30 19:30:30 +02:00
коммит произвёл GitHub
родитель 4fe25b1cdd
Коммит 383e45b13d
3 изменённых файлов: 175 добавлений и 12 удалений

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

@@ -6618,6 +6618,10 @@
"id": "store.sql_post.permanent_delete_by_user.too_many.app_error",
"translation": "Unable to select the posts to delete for the user (too many), please re-run."
},
{
"id": "store.sql_post.populate_reply_count.app_error",
"translation": "Unable to get the post replies count"
},
{
"id": "store.sql_post.save.app_error",
"translation": "Unable to save the Post."