Don't set draft after creating group (#2805)

* Don't set draft after creating group

* Remove DC_STR_NEWGROUPDRAFT, add note to Changelog

* Fix the (Rust) test

* Also fix python test
This commit is contained in:
Hocuri
2021-11-16 10:44:30 +01:00
committed by GitHub
parent 60d41022ea
commit e0129c3b43
6 changed files with 29 additions and 35 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## Unreleased
- Removed DC_STR_NEWGROUPDRAFT, we don't set draft after creating group anymore #2805
## 1.65.0
### Changes