Browse Source

Merge pull request #55275 from nextcloud/fix/comment-is-limbo

fix(comments): explicitly return limbo status of comment
pull/55289/head
Edward Ly 3 weeks ago
committed by GitHub
parent
commit
77d660e566
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      apps/comments/src/store/deletedCommentLimbo.js
  2. 4
      dist/7462-7462.js
  3. 2
      dist/7462-7462.js.map
  4. 4
      dist/comments-comments-app.js
  5. 2
      dist/comments-comments-app.js.map
  6. 4
      dist/comments-comments-tab.js
  7. 2
      dist/comments-comments-tab.js.map

2
apps/comments/src/store/deletedCommentLimbo.js

@ -22,7 +22,7 @@ export const useDeletedCommentLimbo = defineStore('deletedCommentLimbo', {
},
checkForId(id) {
this.idsInLimbo.includes(id)
return this.idsInLimbo.includes(id)
},
},
})

4
dist/7462-7462.js
File diff suppressed because it is too large
View File

2
dist/7462-7462.js.map
File diff suppressed because it is too large
View File

4
dist/comments-comments-app.js
File diff suppressed because it is too large
View File

2
dist/comments-comments-app.js.map
File diff suppressed because it is too large
View File

4
dist/comments-comments-tab.js
File diff suppressed because it is too large
View File

2
dist/comments-comments-tab.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save