Improving mailing lists and fixing things:

Remove additional chat type MailingList, make them GroupLists with a special param, make can_send() return false, code style and deduplication
This commit is contained in:
Hocuri
2020-04-10 16:10:26 +02:00
parent b581a97edc
commit af1930dc8d
4 changed files with 38 additions and 31 deletions

View File

@@ -117,6 +117,8 @@ pub enum Param {
/// For MDN-sending job
MsgId = b'I',
MailingList = b't'
}
/// Possible values for `Param::ForcePlaintext`.