De-lint a few more files
& remove them from the ignored list
This commit is contained in:
@@ -41,7 +41,7 @@ export default class UserProvider extends AutocompleteProvider {
|
||||
users: Array<RoomMember> = null;
|
||||
room: Room = null;
|
||||
|
||||
constructor(room) {
|
||||
constructor(room: Room) {
|
||||
super(USER_REGEX, FORCED_USER_REGEX);
|
||||
this.room = room;
|
||||
this.matcher = new QueryMatcher([], {
|
||||
|
||||
Reference in New Issue
Block a user