diff --git a/README.md b/README.md index bd89422..b390719 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. SimpleX - the first messaging platform operating without user identifiers of any kind - 100% private by design! iOS and Android apps are released. -**Shipped version:** 5.8.0~ynh1 +**Shipped version:** 5.8.0~ynh2 ## Screenshots diff --git a/README_es.md b/README_es.md index 1b5d2ac..fcc490c 100644 --- a/README_es.md +++ b/README_es.md @@ -18,7 +18,7 @@ No se debe editar a mano. SimpleX - the first messaging platform operating without user identifiers of any kind - 100% private by design! iOS and Android apps are released. -**Versión actual:** 5.8.0~ynh1 +**Versión actual:** 5.8.0~ynh2 ## Capturas diff --git a/README_eu.md b/README_eu.md index 8bf4a14..aa069fb 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. SimpleX - the first messaging platform operating without user identifiers of any kind - 100% private by design! iOS and Android apps are released. -**Paketatutako bertsioa:** 5.8.0~ynh1 +**Paketatutako bertsioa:** 5.8.0~ynh2 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 9108f41..eb82e41 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. SimpleX - la première plate-forme de messagerie qui n'a aucun identifiant d'utilisateur d'aucune sorte - 100 % privée de par sa conception ! -**Version incluse :** 5.8.0~ynh1 +**Version incluse :** 5.8.0~ynh2 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index ed57426..b0d476d 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. SimpleX - the first messaging platform operating without user identifiers of any kind - 100% private by design! iOS and Android apps are released. -**Versión proporcionada:** 5.8.0~ynh1 +**Versión proporcionada:** 5.8.0~ynh2 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 717c5ce..270d668 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -18,7 +18,7 @@ SimpleX - the first messaging platform operating without user identifiers of any kind - 100% private by design! iOS and Android apps are released. -**分发版本:** 5.8.0~ynh1 +**分发版本:** 5.8.0~ynh2 ## 截图 diff --git a/conf/file-server.ini b/conf/file-server.ini index b0aafc8..d0b1f16 100644 --- a/conf/file-server.ini +++ b/conf/file-server.ini @@ -7,6 +7,12 @@ # Log is compacted on start (deleted objects are removed). enable: on +# Undelivered messages are optionally saved and restored when the server restarts, +# they are preserved in the .bak file until the next restart. +restore_messages: on +#expire_messages_days: 21 + +# Log daily server statistics to CSV file log_stats: off [AUTH] diff --git a/manifest.toml b/manifest.toml index 05d2a1f..ad1d2d6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "SimpleX" description.en = "Messaging platform operating without user identifiers" description.fr = "Plate-forme de messagerie fonctionnant sans identifiants d'utilisateurs" -version = "5.8.0~ynh1" +version = "5.8.0~ynh2" maintainers = []