style: drop task references from cycle code comments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user