style: drop task references from cycle code comments

This commit is contained in:
2026-05-21 14:52:58 +02:00
parent 81123ccddf
commit 3296a12516
9 changed files with 28 additions and 29 deletions
@@ -10,11 +10,11 @@ using Microsoft.Extensions.Logging;
namespace HellionChat.Integrations;
// UI-2: a minimal, failed-tell-specific game hook. A locale-robust "tell
// failed" signal is not reachable over the processed message stream (Message
// carries no LogMessage row id, ChatCode 60 is too broad). This hooks the one
// A minimal, failed-tell-specific game hook. A locale-robust "tell failed"
// signal is not reachable over the processed message stream (Message carries
// no LogMessage row id, ChatCode 60 is too broad). This hooks the one
// ShowLogMessageString overload and toasts on a pinned id set. It is NOT the
// broad ad-block hook layer. That stays v1.5.6.
// broad ad-block hook layer.
internal sealed class FailedTellNotifier : IDisposable
{
private readonly ILogger<FailedTellNotifier> _logger;