Add "database_encrypted" field to Context.get_info()

This commit is contained in:
link2xt
2022-01-22 14:38:18 +00:00
parent 836e26d8d0
commit f21691c122
3 changed files with 22 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
- sql: enable `auto_vacuum=INCREMENTAL` #2931
- Synchronize Seen status across devices #2942
- Add API to set the database password #2956
- Add information about whether the database is encrypted or not to `dc_get_info()` #3000
- Add Webxdc #2826 #2971 #2975 #2977 #2979 #2993 #2998
### Changed