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

Upgrade to v0.10.1 (#115)

Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: Gredin67 <gredin67@sans-nuage.fr>
This commit is contained in:
github-actions[bot] 2023-09-19 14:15:59 +02:00 committed by GitHub
parent afd7614697
commit 75d3600907
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 12 deletions

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.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"
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"