mirror of
https://github.com/YunoHost-Apps/simplex_ynh.git
synced 2024-09-03 20:26:28 +02:00
Merge pull request #30 from YunoHost-Apps/restore_messages_on
Restore messages on
This commit is contained in:
commit
91e47c0590
8 changed files with 13 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
## 截图
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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 = []
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue