From 0459ae826b56c137409c5236bbf78ef939ab968c Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Fri, 7 Jan 2011 11:00:25 +0000 Subject: Provide user objects to bugmail_recipients hook. r,a=mkanat. https://bugzilla.mozilla.org/show_bug.cgi?id=622813 --- Bugzilla/Hook.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Bugzilla/Hook.pm') diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index b48ebb9fa..1b4bdd971 100644 --- a/Bugzilla/Hook.pm +++ b/Bugzilla/Hook.pm @@ -494,6 +494,14 @@ as though he were on the CC list: (We use C<+> in front of C so that Perl interprets it as a constant instead of as a string.) +=item C + +This is a hash of L objects, keyed by id. This is so you can +find out more information about any of the user ids in the C hash. +Every id in the incoming C hash will have an object in here. +(But if you add additional recipients to the C hash, you are +B required to add them to this hash.) + =back -- cgit v1.2.3-24-g4f1b