0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-13 11:44:56 +02:00
Epid bf564d3f05 fix(websocket): remove export{} from sharedworker entry point, rename worker
- Remove `export {}` which caused webpack to tree-shake the entire
  SharedWorker bundle, resulting in an empty JS file with no connect
  handler — root cause of WebSocket never opening
- Rename SharedWorker instance from 'notification-worker' to
  'notification-worker-ws' to force browser to create a fresh worker
  instance instead of reusing a cached empty one
2026-03-30 06:38:04 +03:00
..
2026-01-24 11:30:47 +00:00
2025-07-01 21:44:05 +08:00
2026-03-23 07:49:25 +00:00
2026-03-23 07:49:25 +00:00