mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 17:06:28 +03:00
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:
@@ -126,7 +126,6 @@ pub enum Chattype {
|
||||
Single = 100,
|
||||
Group = 120,
|
||||
VerifiedGroup = 130,
|
||||
MailingList = 140,
|
||||
}
|
||||
|
||||
impl Default for Chattype {
|
||||
|
||||
Reference in New Issue
Block a user