From de8e16c4de58f9f1512fdc593b2e3b175883a335 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Fri, 17 Jan 2025 23:54:12 +0100 Subject: [PATCH] fix(mautrix-bridge): update signal --- mautrix-bridge/Chart.yaml | 2 +- mautrix-bridge/README.md | 2 +- .../bridge-values/signal/values.yaml | 2 +- mautrix-bridge/values.yaml | 34 +++++++++---------- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/mautrix-bridge/Chart.yaml b/mautrix-bridge/Chart.yaml index 1ac228b..8793e12 100644 --- a/mautrix-bridge/Chart.yaml +++ b/mautrix-bridge/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: mautrix-bridge description: A Matrix puppeting bridge mautrix. type: application -version: 0.0.15 +version: 0.0.16 maintainers: - name: WrenIX url: https://wrenix.eu diff --git a/mautrix-bridge/README.md b/mautrix-bridge/README.md index 0a31bdd..e87da16 100644 --- a/mautrix-bridge/README.md +++ b/mautrix-bridge/README.md @@ -7,7 +7,7 @@ description: "A Matrix puppeting bridge mautrix." # mautrix-bridge -![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Matrix puppeting bridge mautrix. diff --git a/mautrix-bridge/bridge-values/signal/values.yaml b/mautrix-bridge/bridge-values/signal/values.yaml index eddff59..629a640 100644 --- a/mautrix-bridge/bridge-values/signal/values.yaml +++ b/mautrix-bridge/bridge-values/signal/values.yaml @@ -1,6 +1,6 @@ image: repository: mautrix/signal - tag: "v0.7.4" + tag: "v0.7.5" config: bridge: diff --git a/mautrix-bridge/values.yaml b/mautrix-bridge/values.yaml index e7a25ea..76ff0e6 100644 --- a/mautrix-bridge/values.yaml +++ b/mautrix-bridge/values.yaml @@ -97,7 +97,7 @@ config: # This has all the Sender variables available under message_formats (but without the .Sender prefix). # Note that you need to manually remove the displayname from message_formats above. displayname_format: "{{ .DisambiguatedName }}" - + # -- Permissions for using the bridge. # Permitted values: # relay - Talk through the relaybot (if enabled), no access otherwise @@ -160,7 +160,7 @@ config: # -- How often should the websocket be pinged? Pinging will be disabled if this is zero. ping_interval_seconds: 0 - + # Application service host/registration related details. # Changing these values requires regeneration of the registration. appservice: @@ -211,7 +211,7 @@ config: # -- Whether or not created rooms should have federation enabled. # If false, created portal rooms will never be federated. federate_rooms: true - + # Settings for provisioning API provisioning: # -- Prefix for the provisioning API paths. @@ -274,23 +274,23 @@ config: unread_hours_threshold: 720 # Settings for backfilling threads within other backfills. threads: - # -- Maximum number of messages to backfill in a new thread. - max_initial_messages: 50 + # -- Maximum number of messages to backfill in a new thread. + max_initial_messages: 50 # Settings for the backwards backfill queue. This only applies when connecting to # Beeper as standard Matrix servers don't support inserting messages into history. queue: - # -- Should the backfill queue be enabled? - enabled: false - # -- Number of messages to backfill in one batch. - batch_size: 100 - # -- Delay between batches in seconds. - batch_delay: 20 - # -- Maximum number of batches to backfill per portal. - # If set to -1, all available messages will be backfilled. - max_batches: -1 - # -- Optional network-specific overrides for max batches. - # Interpretation of this field depends on the network connector. - max_batches_override: {} + # -- Should the backfill queue be enabled? + enabled: false + # -- Number of messages to backfill in one batch. + batch_size: 100 + # -- Delay between batches in seconds. + batch_delay: 20 + # -- Maximum number of batches to backfill per portal. + # If set to -1, all available messages will be backfilled. + max_batches: -1 + # -- Optional network-specific overrides for max batches. + # Interpretation of this field depends on the network connector. + max_batches_override: {} # Settings for enabling double puppeting