mirror of
https://github.com/mjl-/mox.git
synced 2025-07-14 08:54:35 +03:00
webmail: Don't abort SSE connection when a metadata/annotation change is made (broadcasted)
Missing case...
This commit is contained in:
@ -962,6 +962,9 @@ func serveEvents(ctx context.Context, log mlog.Log, accountPath string, w http.R
|
||||
case store.ChangeAddSubscription:
|
||||
// Webmail does not care about subscriptions.
|
||||
|
||||
case store.ChangeAnnotation:
|
||||
// Nothing.
|
||||
|
||||
default:
|
||||
panic(fmt.Sprintf("missing case for change %T", c))
|
||||
}
|
||||
|
Reference in New Issue
Block a user