diff --git a/README.md b/README.md
index fdd3846..cb39418 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Therefore, [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh)
** Attention: always backup and restore the Yunohost matrix_synapse et mautrix_whatsapp apps together!**
-**Shipped version:** 0.10.6~ynh1
+**Shipped version:** 0.10.7~ynh1
## Documentation and resources
- Official app website:
diff --git a/README_eu.md b/README_eu.md
index 74f9697..f55b1f1 100644
--- a/README_eu.md
+++ b/README_eu.md
@@ -25,7 +25,7 @@ Therefore, [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh)
** Attention: always backup and restore the Yunohost matrix_synapse et mautrix_whatsapp apps together!**
-**Paketatutako bertsioa:** 0.10.6~ynh1
+**Paketatutako bertsioa:** 0.10.7~ynh1
## Dokumentazioa eta baliabideak
- Aplikazioaren webgune ofiziala:
diff --git a/README_fr.md b/README_fr.md
index 5a81d10..28f1764 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -25,7 +25,7 @@ C'est pourquoi [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_y
** Attention : sauvegardez et restaurez toujours les deux applications Yunohost matrix_synapse et mautrix_whatsapp en même temps!**
-**Version incluse :** 0.10.6~ynh1
+**Version incluse :** 0.10.7~ynh1
## Documentations et ressources
- Site officiel de l’app :
diff --git a/README_gl.md b/README_gl.md
index 99045d4..4dc1126 100644
--- a/README_gl.md
+++ b/README_gl.md
@@ -25,7 +25,7 @@ Therefore, [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh)
** Attention: always backup and restore the Yunohost matrix_synapse et mautrix_whatsapp apps together!**
-**Versión proporcionada:** 0.10.6~ynh1
+**Versión proporcionada:** 0.10.7~ynh1
## Documentación e recursos
- Web oficial da app:
diff --git a/README_zh_Hans.md b/README_zh_Hans.md
index 13dbf6b..74ba592 100644
--- a/README_zh_Hans.md
+++ b/README_zh_Hans.md
@@ -25,7 +25,7 @@ Therefore, [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh)
** Attention: always backup and restore the Yunohost matrix_synapse et mautrix_whatsapp apps together!**
-**分发版本:** 0.10.6~ynh1
+**分发版本:** 0.10.7~ynh1
## 文档与资源
- 官方应用网站:
diff --git a/conf/config.yaml b/conf/config.yaml
index 05f2353..ba5033d 100644
--- a/conf/config.yaml
+++ b/conf/config.yaml
@@ -159,6 +159,8 @@ bridge:
request_method: immediate
# If request_method is "local_time", what time should the requests be sent (in minutes after midnight)?
request_local_time: 120
+ # Maximum number of media request responses to handle in parallel per user.
+ max_async_handle: 2
# Settings for immediate backfills. These backfills should generally be small and their main purpose is
# to populate each of the initial chats (as configured by max_initial_conversations) with a few messages
# so that you can continue conversations without losing context.
diff --git a/manifest.toml b/manifest.toml
index 43f83ec..7f9e86c 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "Matrix-WhatsApp bridge"
description.en = "Matrix / Synapse puppeting bridge for WhatsApp"
description.fr = "Passerelle Matrix / Synapse pour WhatsApp"
-version = "0.10.6~ynh1"
+version = "0.10.7~ynh1"
maintainers = ["thardev"]
@@ -100,12 +100,12 @@ main.default = 8449
in_subdir = false
extract = false
rename = "mautrix-whatsapp"
-amd64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.6/mautrix-whatsapp-amd64"
-amd64.sha256 = "78367a955ced9298cc3a0d75aed9629582f4608b900de2116c8af8cb5db6389a"
-arm64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.6/mautrix-whatsapp-arm64"
-arm64.sha256 = "685c337eb1c2d0fe4ada62208127e9be7683efe61328959b68fa2111b821c476"
-armhf.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.6/mautrix-whatsapp-arm"
-armhf.sha256 = "760d92fcde5e2da9f3d509d7cea1be9c59ce96eb3987344d82989e9ddc1b241d"
+amd64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.7/mautrix-whatsapp-amd64"
+amd64.sha256 = "8a83cbe9be2528b22c0492a4c49f414f754e86ed76d5595b116d2ebd90eac718"
+arm64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.7/mautrix-whatsapp-arm64"
+arm64.sha256 = "f702360c5e5b10d4cde72e3b57d9ea921f003968a92f39d09881889c026b5ae8"
+armhf.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.7/mautrix-whatsapp-arm"
+armhf.sha256 = "2df120dd9ec77e4c839e27904155acde5102daf1f27aaae0d8e36476ab1047eb"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^mautrix-whatsapp-amd64$"