1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git synced 2024-09-03 19:46:01 +02:00

Merge pull request #117 from YunoHost-Apps/testing

Testing to master [v0.10.0 - v0.10.1 - v0.10.2]
This commit is contained in:
Dante 2023-09-22 16:12:04 +01:00 committed by GitHub
commit 8f3f65f5cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 14 deletions

View file

@ -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.9.0~ynh1
**Shipped version:** 0.10.2~ynh1
## Documentation and resources
* Official app website: <https://maunium.net/go/mautrix-whatsapp/>

View file

@ -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.9.0~ynh1
**Version incluse :** 0.10.2~ynh1
## Documentations et ressources
* Site officiel de lapp : <https://maunium.net/go/mautrix-whatsapp/>

View file

@ -58,7 +58,6 @@ appservice:
avatar: __AVATAR__
# Whether or not to receive ephemeral events via appservice transactions.
# Requires MSC2409 support (i.e. Synapse 1.22+).
# You should disable bridge -> sync_with_custom_puppets when this is enabled.
ephemeral_events: __EPHEMERAL_EVENTS__
# Should incoming events be handled asynchronously?
# This may be necessary for large public instances with lots of messages going through.
@ -196,8 +195,6 @@ bridge:
user_avatar_sync: true
# Should Matrix users leaving groups be bridged to WhatsApp?
bridge_matrix_leave: true
# Should the bridge sync with double puppeting to receive EDUs that aren't normally sent to appservices.
sync_with_custom_puppets: false
# Should the bridge update the m.direct account data event when double puppeting is enabled.
# Note that updating the m.direct event is not atomic (except with mautrix-asmux)
# and is therefore prone to race conditions.
@ -208,9 +205,8 @@ bridge:
# com.famedly.marked_unread room account data.
sync_manual_marked_unread: true
# When double puppeting is enabled, users can use `!wa toggle` to change whether
# presence and read receipts are bridged. These settings set the default values.
# presence is bridged. This setting sets the default value.
# Existing users won't be affected when these are changed.
default_bridge_receipts: true
default_bridge_presence: true
# Send the presence as "available" to whatsapp when users start typing on a portal.
# This works as a workaround for homeservers that do not support presence, and allows
@ -289,6 +285,8 @@ bridge:
# Send captions in the same message as images. This will send data compatible with both MSC2530 and MSC3552.
# This is currently not supported in most clients.
caption_in_message: false
# Send galleries as a single event? This is not an MSC (yet).
beeper_galleries: false
# Should polls be sent using MSC3381 event types?
extev_polls: false
# Should cross-chat replies from WhatsApp be bridged? Most servers and clients don't support this.

View file

@ -3,7 +3,7 @@ id = "mautrix_whatsapp"
name = "Matrix-WhatsApp bridge"
description.en = "Matrix / Synapse puppeting bridge for WhatsApp"
description.fr = "Passerelle Matrix / Synapse pour WhatsApp"
version = "0.9.0~ynh1"
version = "0.10.2~ynh1"
maintainers = ["thardev"]
[upstream]
@ -107,9 +107,9 @@ main.default = 8449
in_subdir = false
extract = false
rename = "mautrix-whatsapp"
amd64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.9.0/mautrix-whatsapp-amd64"
amd64.sha256 = "27b5d3ee0cada177207b662072b42923956e38a9c10c4e167eeca17881f3bffb"
arm64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.9.0/mautrix-whatsapp-arm64"
arm64.sha256 = "dc475a2af45988d6d428af18c5f2a30da24930201e0e667a0b749a198a3bd02d"
armhf.url = "https://github.com/mautrix/whatsapp/releases/download/v0.9.0/mautrix-whatsapp-arm"
armhf.sha256 = "22c28d17ec868c4579e8ed64e092b0947a268c82ed9714d3ae45ace05b477fd8"
amd64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.2/mautrix-whatsapp-amd64"
amd64.sha256 = "ba04e93d11fe796d0f0fcf35e35447cce46ee06bee90051183c24dc0bd5044a0"
arm64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.2/mautrix-whatsapp-arm64"
arm64.sha256 = "449ddd86d6533d2de63b2df536312d4514b83490c510a193a9fea09f56645b1c"
armhf.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.2/mautrix-whatsapp-arm"
armhf.sha256 = "9601ca6074d98c19f6184cb4c2feb751eb2e8d6784f9f0e5cf313c8f5dfaa5c4"