Rename fetch_existing to fetch_existing_msgs, add comment (#2042)

This commit is contained in:
Hocuri
2020-10-24 12:10:36 +02:00
committed by GitHub
parent ef245b5759
commit 34af492afb
6 changed files with 11 additions and 7 deletions

View File

@@ -26,7 +26,7 @@
- speed up and clean up account creation #1912 #1927 #1960 #1961
- configure now collects recent contacts and fetches last messages
unless disabled by `fetch_existing` config-option #1913 #2003
unless disabled by `fetch_existing_msgs` config-option #1913 #2003
- emit `DC_EVENT_CHAT_MODIFIED` on contact rename
and set contact-id on `DC_EVENT_CONTACTS_CHANGED` #1935 #1936 #1937