Forum OpenACS Development: Re: Supporting General Comment notifications

Collapse
Posted by Malte Sussdorff on
We are having exactly the same issue with incoming emails. Should we have a callback implementation within each package that recieves e-mail or have one call with the object_id and then the procedure called will find out the object_type and call only the callback's implementation for the object_type.

I think we are going to follow you first approach (call the implementation directly).