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

@@ -126,7 +126,6 @@ pub enum Chattype {
Single = 100,
Group = 120,
VerifiedGroup = 130,
MailingList = 140,
}
impl Default for Chattype {