From 75d3600907a24b64d6ea30667fc9e318ee5850f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 14:15:59 +0200 Subject: [PATCH] Upgrade to v0.10.1 (#115) Co-authored-by: yunohost-bot Co-authored-by: Gredin67 --- 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 d75d81f..7e4966b 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.10.0~ynh1" +version = "0.10.1~ynh1" maintainers = ["thardev"] [upstream] @@ -107,9 +107,9 @@ main.default = 8449 in_subdir = false extract = false rename = "mautrix-whatsapp" -src.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.0/mautrix-whatsapp-amd64" -amd64.sha256 = "660b16fc3ee267e9303dfbfa5e4c1f1044ce2eb4c6d33dc388ed3d5f9c5bec1c" -src.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.0/mautrix-whatsapp-arm64" -arm64.sha256 = "20f4f1dbd96aab63d2185c897a823f8e4e54994758718e95298503680e82ecc1" -src.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.0/mautrix-whatsapp-arm" -armhf.sha256 = "988184b7dc325d9f0dcd10028525311cee247fe09533c5a0c4a6f503e88dd9ab" \ No newline at end of file +src.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.1/mautrix-whatsapp-amd64" +amd64.sha256 = "75c56ea3724d5563b67b77d3e357cc57af4c205e25082b0d2a9bd6b3daf311ca" +src.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.1/mautrix-whatsapp-arm64" +arm64.sha256 = "35d848a826755ebbc2328ec992f37b5f20caa5472e14ef133595832a2f101429" +src.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.1/mautrix-whatsapp-arm" +armhf.sha256 = "57f0c8b8de8bdad8236dcd103a308774ab598c3839cf528403f44b63301336b0"