Skip to content

Commit

Permalink
notable events
Browse files Browse the repository at this point in the history
  • Loading branch information
b1conrad committed Sep 24, 2022
1 parent 5a019d4 commit 5cfc054
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions krl/byu.hr.relate.krl
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,23 @@ ruleset byu.hr.relate {
}
if referer then send_directive("_redirect",{"url":referer})
}
/*
* Notable events
*/
rule theyDenyMyProposal {
select when wrangler outbound_subscription_cancelled
}
rule theyAcceptMyProposal {
select when wrangler outbound_pending_subscription_approved
}
rule theyDeleteEstablished {
select when wrangler subscription_removed
}
rule theyPropose {
select when wrangler inbound_pending_subscription_added
Rs_role Tx_role name
}
rule theyDeleteProposal {
select when werangler inbound_subscription_cancelled
}
}

1 comment on commit 5cfc054

@b1conrad
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A first step towards issue #93

Please sign in to comment.