The SmsEvents::MESSAGE_QUEUE_POST_PROCESS
event will still get dispatched after SmsEvents::MESSAGE_OUTGOING_POST_PROCESS
and SmsEvents::MESSAGE_POST_PROCESS
are dispatched if the gateway happens to have skip_queue
TRUE.
Even though it is documented that skip_queue
is not recommended in production, this is still a WTF for development and testing where the post process event handlers would behave funny in a test (for instance).
Filter out messages that have passed through a gateway with skip_queue on before passing them through the MESSAGE_QUEUE_POST_PROCESS
event dispatch.
Closed: outdated
1.0
Core Framework
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.