bvcx
This commit is contained in:
@@ -1837,6 +1837,7 @@ process.on('uncaughtException', err => {
|
||||
nsfl_tag_id: cfg.nsfl_tag_id || 3,
|
||||
scroller_mime_cats: Array.isArray(cfg.allowedMimes) ? cfg.allowedMimes.filter(c => ['video','image','audio'].includes(c)) : ['video','image','audio'],
|
||||
themes_json: JSON.stringify(cfg.websrv.themes || []),
|
||||
audio_tuner_json: JSON.stringify(cfg.audio_tuner || cfg.audio_visualizer || cfg.websrv?.audio_tuner || null),
|
||||
enable_profile_description: !!cfg.websrv.enable_profile_description,
|
||||
expose_repost_links_to_guests: !!(cfg.websrv.expose_repost_links_to_guests || cfg.websrv.expose_repost_links),
|
||||
get private_messages() { return getPrivateMessages(); },
|
||||
|
||||
Reference in New Issue
Block a user