Skip to content

Commit

Permalink
Merge pull request #11672 from nextcloud/extend-unified-plugin-filter…
Browse files Browse the repository at this point in the history
…-object

Add appId to unified search add filter event object
  • Loading branch information
nickvergessen authored Feb 28, 2024
2 parents 3a5badd + 6b5bc4d commit ef28a1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import '@nextcloud/dialogs/style.css'
console.debug('Initializing unified search plugin-filters from talk')
OCP.UnifiedSearch.registerFilterAction({
id: 'talk-message',
appId: 'spreed',
label: t('spreed', 'In conversation'),
icon: imagePath('spreed', 'app.svg'),
callback: () => {
Expand Down

0 comments on commit ef28a1b

Please sign in to comment.