Skip to content

Commit

Permalink
Fix checking for links finally
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
nickvergessen authored and nextcloud-command committed Sep 20, 2022
1 parent 861fa61 commit e9e24dd
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 e9e24dd

Please sign in to comment.