Files
Narasimha-sc c58308b70f simplex-chat-nodejs: mute benign group-member teardown errors
The Haskell CLI already mutes SEConnectionNotFound at default log level
(View.hs:2632, "-- mutes delete group error"). The Node SDK had no
equivalent filter, so every apiRemoveMembers / apiLeaveGroup call logged
two noisy but harmless errors:
- ErrorStore connectionNotFound (DB row deleted before async agent event)
- ErrorAgent CONN NOT_FOUND with empty agentConnId (bulk SMP ERR)

Add isMutedChatError() to skip these two exact shapes in the event loop,
matching the CLI's default behavior. All other errors still log.
2026-04-16 08:51:22 +00:00
..