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

fix(comments): explicitly return limbo status of comment
This commit is contained in:
Edward Ly 2025-09-24 08:46:33 -07:00 committed by GitHub
commit 77d660e566
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 10 additions and 10 deletions

View file

@ -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 vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long