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
description: A Matrix puppeting bridge mautrix.
type: application
version: 0.0.15
version: 0.0.16
maintainers:
- name: WrenIX
url: https://wrenix.eu

View file

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

View file

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

View file

@ -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