mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
unused var
This commit is contained in:
parent
adc4290451
commit
41e7496ff1
@ -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 [{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user