mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
Server lint (golangci-lint): - Add package comment to client_update.go (ST1000) - Remove unnecessary fmt.Sprintf in updater_test.go (S1039) - Remove redundant |0x00 in rtp_audio_level_test.go (SA4016) Client tests (vitest): - Fix messages.store.test.ts: account for .reverse() in setMessages/prependMessages (API returns newest-first) - Fix logs-tab.test.ts: use .log-entry pre selector to avoid matching diagnostics <pre> placeholders; add createLogger to @lib/logger mock - Fix settings-overlay.test.ts: add setVoiceSensitivity to @lib/voiceSession mock