Log in with external Peertube account (#348):
* For anonymous users: new "log in using an external account" dialog, with the "remote Peertube account" options * ConverseJS: using global vars for custom localized string (injected using Webpack)
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
type ConverseJSTheme = 'peertube' | 'default' | 'concord'
|
||||
|
||||
interface InitConverseJSParams {
|
||||
peertubeVideoOriginalUrl?: string
|
||||
peertubeVideoUUID?: string
|
||||
isRemoteChat: boolean
|
||||
localAnonymousJID: string | null
|
||||
remoteAnonymousJID: string | null
|
||||
|
Reference in New Issue
Block a user