feat: enhance time synchronization and Jitsi configuration handling
- Implemented a comprehensive time synchronization mechanism that applies GMT offsets based on user configuration, ensuring accurate timestamps across the application. - Updated the Jitsi configuration to include SSH settings, allowing for better integration with Docker setups. - Refactored the backend queries and mutations to handle the new SSH configuration fields, ensuring secure and flexible server management. - Enhanced error handling and logging for time synchronization processes, providing clearer feedback for users and developers.
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
import Sidebar from "$lib/components/Sidebar.svelte";
|
||||
import { createSvelteAuthClient } from "@mmailaender/convex-better-auth-svelte/svelte";
|
||||
import { authClient } from "$lib/auth";
|
||||
// Importar polyfill ANTES de qualquer outro código que possa usar Jitsi
|
||||
import "$lib/utils/jitsiPolyfill";
|
||||
|
||||
const { children } = $props();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user