New chat integration:
* refactoring * cleaning * using peertubeHelpers to get authent info when available
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import type { InitConverseJSParams } from 'shared/lib/types'
|
||||
import { computeAutoColors } from './colors'
|
||||
|
||||
// FIXME
|
||||
// declare global {
|
||||
// interface Window {
|
||||
// converse?: {
|
||||
@ -12,6 +13,7 @@ import { computeAutoColors } from './colors'
|
||||
// }
|
||||
// }
|
||||
|
||||
// FIXME: better declaration
|
||||
declare global {
|
||||
interface Window {
|
||||
converse?: any
|
||||
|
Reference in New Issue
Block a user