The getEvent function should support providing both an outgoing and incoming key such that all the messages can be found.
Change needed is quite small since most of the logic is in place already, think it is mainly the visibleEvents that would need to be extended with the outgoing and then it works.
The
getEventfunction should support providing both an outgoing and incoming key such that all the messages can be found.Change needed is quite small since most of the logic is in place already, think it is mainly the
visibleEventsthat would need to be extended with the outgoing and then it works.