From 0fddf341a3fe1fd90293a0aab3b3588e87e831c0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 20 Sep 2023 06:14:44 +0000 Subject: [PATCH] Upgrade to v0.10.2 --- conf/config.yaml | 8 +++----- manifest.toml | 14 +++++++------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/conf/config.yaml b/conf/config.yaml index 98584da..1dc9f5e 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -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. diff --git a/manifest.toml b/manifest.toml index 471c9b8..5c4fb49 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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" \ No newline at end of file +src.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.2/mautrix-whatsapp-amd64" +amd64.sha256 = "845eb311f80c65dfb2bb643b89dd8e04a393e70793b839824ecc70b4da8b9f4c" +src.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.2/mautrix-whatsapp-arm64" +arm64.sha256 = "eccdb539c9881b75d1f2719fbcd0c9af323aeebed5c74a2cc1bf0ba797c3a5ee" +src.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.2/mautrix-whatsapp-arm" +armhf.sha256 = "9601ca6074d98c19f6184cb4c2feb751eb2e8d6784f9f0e5cf313c8f5dfaa5c4" \ No newline at end of file