···555555 return
556556 }
557557558558- recipients.Remove(actorDid)
559559-560558 // Apply subscription overrides for thread-activity events only.
561559 // Mention and assignment events are targeted at specific users and should
562560 // not be broadcast to all thread subscribers.
···590588 }
591589 }
592590 }
591591+592592+ recipients.Remove(actorDid)
593593594594 // Auto-subscribe the actor to this issue/pull when they interact with it.
595595 // This happens outside the transaction since it’s best-effort.