AnemoneLabs / unmessage

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

Move conversation logic to `Conversation` #66

Closed felipedau closed 6 years ago

felipedau commented 7 years ago

The Peer class is very complex and it contains logic that is not specifically related to it. Basically all the methods that send something should be moved to the Conversation class (it makes much more sense), but a review should be made to find other similar issues.