AnemoneLabs / unmessage

Privacy enhanced instant messenger
GNU General Public License v3.0
42 stars 7 forks source link

Make `Conversation` deal with managers, not be one #67

Open felipedau opened 7 years ago

felipedau commented 7 years ago

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.