diff --git a/src/autocomplete/NotifProvider.js b/src/autocomplete/NotifProvider.js index fb33d0061b..b7ac645525 100644 --- a/src/autocomplete/NotifProvider.js +++ b/src/autocomplete/NotifProvider.js @@ -36,7 +36,6 @@ export default class NotifProvider extends AutocompleteProvider { if (!this.room.currentState.mayTriggerNotifOfType('room', client.credentials.userId)) return []; - let completions = []; const {command, range} = this.getCurrentCommand(query, selection, force); if (command && command[0] && '@room'.startsWith(command[0]) && command[0].length > 1) { return [{