diff options
| author | levlam <levlam@telegram.org> | 2020-11-28 16:39:56 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2020-11-28 16:39:56 +0300 |
| commit | e3a31f062eff1c974bc934fe6e32788e5b47e2cc (patch) | |
| tree | 40017ab1a9f887c47fb325af7d745f1e2b039b5c /CHANGELOG.md | |
| parent | 56866524aaa2d474871a60befd6b175a704ba92e (diff) | |
Add can_archive_and_mute_new_chats_from_unknown_users option.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 619d26a70..ac688b5fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -287,8 +287,11 @@ Changes in 1.7.0: * Added the field `progressive_sizes` to the class `photo` to allow partial progressive JPEG photo download. * Added the field `redirect_stderr` to the class `logStreamFile` to allow explicit control over stderr redirection to the log file. +* Added the read-only option "can_archive_and_mute_new_chats_from_unknown_users", which can be used to check, whether + the option "archive_and_mute_new_chats_from_unknown_users" can be changed. * Added the writable option "archive_and_mute_new_chats_from_unknown_users", which can be used to automatically archive - and mute new chats from non-contacts. The option can be set only if the change was suggested by the server. + and mute new chats from non-contacts. The option can be set only if the option + "can_archive_and_mute_new_chats_from_unknown_users" is true. * Added the writable option "message_unload_delay", which can be used to change the minimum delay before messages are unloaded from the memory. * Added the writable option "disable_persistent_network_statistics", which can be used to disable persistent |
