mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
BUG-107: cleanupAllAudioElements now calls pause() and sets srcObject = null before removing elements from DOM, ensuring streams are fully released during reconnection cleanup. BUG-121: Diagnostics endpoint now has 5 req/min rate limit as documented, preventing enumeration of internal topology. BUG-132: DeleteOrphanedAttachments uses DELETE ... RETURNING stored_as (atomic) instead of separate SELECT then DELETE, eliminating the race where a file could be deleted after its attachment was linked.