ConverseJS upstream update:

* update ConverseJS version
* remove concord theme from settings (and migrate to peertube)
* added cyberpunk theme
* fixed settings localization
This commit is contained in:
John Livingston
2024-09-02 12:09:28 +02:00
parent 22dc4db61b
commit 0e98cbaba5
50 changed files with 123 additions and 61 deletions

View File

@ -13,7 +13,7 @@ interface ActorImage {
updatedAt: Date | string
}
type ConverseJSTheme = 'peertube' | 'default' | 'concord'
type ConverseJSTheme = 'peertube' | 'default' | 'cyberpunk'
interface InitConverseJSParams {
peertubeVideoOriginalUrl?: string