fix(mautrix-bridge): update signal

This commit is contained in:
WrenIX 2025-01-17 23:54:12 +01:00
parent 76fd94a39e
commit de8e16c4de
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
4 changed files with 20 additions and 20 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: mautrix-bridge name: mautrix-bridge
description: A Matrix puppeting bridge mautrix. description: A Matrix puppeting bridge mautrix.
type: application type: application
version: 0.0.15 version: 0.0.16
maintainers: maintainers:
- name: WrenIX - name: WrenIX
url: https://wrenix.eu url: https://wrenix.eu

View file

@ -7,7 +7,7 @@ description: "A Matrix puppeting bridge mautrix."
# mautrix-bridge # 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. A Matrix puppeting bridge mautrix.

View file

@ -1,6 +1,6 @@
image: image:
repository: mautrix/signal repository: mautrix/signal
tag: "v0.7.4" tag: "v0.7.5"
config: config:
bridge: bridge:

View file

@ -274,23 +274,23 @@ config:
unread_hours_threshold: 720 unread_hours_threshold: 720
# Settings for backfilling threads within other backfills. # Settings for backfilling threads within other backfills.
threads: threads:
# -- Maximum number of messages to backfill in a new thread. # -- Maximum number of messages to backfill in a new thread.
max_initial_messages: 50 max_initial_messages: 50
# Settings for the backwards backfill queue. This only applies when connecting to # Settings for the backwards backfill queue. This only applies when connecting to
# Beeper as standard Matrix servers don't support inserting messages into history. # Beeper as standard Matrix servers don't support inserting messages into history.
queue: queue:
# -- Should the backfill queue be enabled? # -- Should the backfill queue be enabled?
enabled: false enabled: false
# -- Number of messages to backfill in one batch. # -- Number of messages to backfill in one batch.
batch_size: 100 batch_size: 100
# -- Delay between batches in seconds. # -- Delay between batches in seconds.
batch_delay: 20 batch_delay: 20
# -- Maximum number of batches to backfill per portal. # -- Maximum number of batches to backfill per portal.
# If set to -1, all available messages will be backfilled. # If set to -1, all available messages will be backfilled.
max_batches: -1 max_batches: -1
# -- Optional network-specific overrides for max batches. # -- Optional network-specific overrides for max batches.
# Interpretation of this field depends on the network connector. # Interpretation of this field depends on the network connector.
max_batches_override: {} max_batches_override: {}
# Settings for enabling double puppeting # Settings for enabling double puppeting