MM-55251 - Updating reply count on thread post (#26142)

* MM-55251 - Updating reply count on thread post

* Updating reply count fetch

* Fixing lint errors

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Asaad Mahmood
2024-03-12 14:24:47 +05:00
коммит произвёл GitHub
родитель 2cc2bad1b3
Коммит 76bab25199
9 изменённых файлов: 70 добавлений и 15 удалений

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

@@ -94,6 +94,7 @@ export const getSelectedPost = createSelector(
message: localizeMessage('rhs_thread.rootPostDeletedMessage.body', 'Part of this thread has been deleted due to a data retention policy. You can no longer reply to this thread.'),
channel_id: selectedPostChannelId,
user_id: currentUserId,
reply_count: 0,
};
},
);