Skip to content

Commit

Permalink
Merge pull request #1278 from nextcloud/backport/1276/stable23
Browse files Browse the repository at this point in the history
[stable23] Fix checking for links finally
  • Loading branch information
artonge authored Sep 20, 2022
2 parents 861fa61 + e9e24dd commit 05deb4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/notifications-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/notifications-main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Components/Notification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default {
let parametersHaveLink = false
Object.keys(this.subjectRichParameters).forEach(p => {
if (p.link) {
if (this.subjectRichParameters[p].link) {
parametersHaveLink = true
}
})
Expand Down

0 comments on commit 05deb4d

Please sign in to comment.