Move to OCS requests in comments api service
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -53,7 +53,7 @@ export default {
|
||||
if (state.comments[cardId] === undefined) {
|
||||
Vue.set(state.comments, cardId, {
|
||||
hasMore: comments.length > 0,
|
||||
comments,
|
||||
comments: [ ...comments ],
|
||||
})
|
||||
} else {
|
||||
const newComments = comments.filter((comment) => {
|
||||
|
||||
Reference in New Issue
Block a user