Improve logging consistency across the application, handle context cancellation during WebSocket writes, and introduce async ACL reconfiguration for admin events.

This commit is contained in:
2025-09-11 11:37:25 +01:00
parent bb8998fef6
commit bf7ca1da43
13 changed files with 176 additions and 111 deletions

View File

@@ -282,7 +282,7 @@ func (f *Follows) startSubscriptions(ctx context.Context) {
ctx, res.Event,
); err != nil {
if !strings.HasPrefix(
err.Error(), "event already exists",
err.Error(), "blocked:",
) {
log.W.F(
"follows syncer: save event failed: %v",