Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
  pre {
    // find the first of my subscriptions in which I play the "thing" role
    sub_to_delete = Subscriptions:established("Rx_role","thing").firsthead();
  }
  if sub_to_delete then noop();
  fired {
    raise wrangler event "subscription_cancellation"
      attributes {"Tx":sub_to_delete{"Tx"}}
  }

...