-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ref: AVModeration to use typescript #2642
base: master
Are you sure you want to change the base?
Conversation
Hi, thanks for your contribution! |
Ran the CI. |
@saghul is this ready to merge !! |
modules/xmpp/AVModeration.ts
Outdated
@@ -1,8 +1,9 @@ | |||
import { getLogger } from '@jitsi/logger'; | |||
import { $msg } from 'strophe.js'; | |||
|
|||
import ChatRoom from "./ChatRoom"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doh I'm not sure why the linger didn't catch this.
Can you please make it single quotes?
Also put it right before the XMPP import please.
I'll look into what's up with the linter...
@@ -1,8 +1,9 @@ | |||
import { getLogger } from '@jitsi/logger'; | |||
import { $msg } from 'strophe.js'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@saghul is this correct? strophe.js
Part of Conversion to ts - #1890
modules/xmpp/AVModeration.js → modules/xmpp/AVModeration.ts