The choice of making Conversation manage the regular/main elements was useful in the past, but while implementing file transfer I saw the need of defining an interface for managers (#56), as well as moving this logic out of Conversation to remove this odd behavior and allow it to just command them.
The choice of making
Conversation
manage the regular/main elements was useful in the past, but while implementing file transfer I saw the need of defining an interface for managers (#56), as well as moving this logic out ofConversation
to remove this odd behavior and allow it to just command them.