Fix #48: Proper 404 and 403 pages when trying to open non-existant chatroom.:
* error page on the old endpoint, when anonymous users are disabled.
This commit is contained in:
@ -2,7 +2,7 @@ type ConverseJSTheme = 'peertube' | 'default' | 'concord'
|
||||
|
||||
interface InitConverseJSParams {
|
||||
isRemoteChat: boolean
|
||||
localAnonymousJID: string
|
||||
localAnonymousJID: string | null
|
||||
remoteAnonymousJID: string | null
|
||||
remoteAnonymousXMPPServer: boolean
|
||||
remoteAuthenticatedXMPPServer: boolean
|
||||
|
Reference in New Issue
Block a user