- pkg/protocol/socketapi/publisher.go
- Removed unnecessary debug logging for subscriber filtering and privilege checks.
- Minor comment formatting correction.
- pkg/database/query-events.go
- Removed outdated debug logs during event processing.
- Cleaned up redundant log usage for deletion event handling.
- pkg/app/relay/lists.go
- Replaced `sync.Mutex` with `sync.RWMutex` for better concurrency handling.
- Adjusted locking methods (`Lock` to `RLock` and `Unlock` to `RUnlock`) where applicable.