Add support for signal polls

This commit is contained in:
Benjamin Blacher
2025-11-17 16:27:25 +01:00
committed by Slavi Pantaleev
parent 7520469644
commit 346dfbbc07
2 changed files with 4 additions and 0 deletions

View File

@@ -50,6 +50,8 @@ matrix_mautrix_signal_appservice_address: "http://matrix-mautrix-signal:8080"
matrix_mautrix_signal_msc4190_enabled: "{{ matrix_bridges_msc4190_enabled }}"
matrix_mautrix_signal_self_sign_enabled: "{{ matrix_bridges_self_sign_enabled }}"
matrix_mautrix_signal_extev_polls: false
matrix_mautrix_signal_command_prefix: "!signal"
# Displayname template for Signal users.

View File

@@ -19,6 +19,8 @@ network:
# Google Maps: 'https://www.google.com/maps/place/%[1]s,%[2]s'
# OpenStreetMap: 'https://www.openstreetmap.org/?mlat=%[1]s&mlon=%[2]s'
location_format: 'https://www.google.com/maps/place/%[1]s,%[2]s'
# Should polls be sent using unstable MSC3381 event types?
extev_polls: {{ matrix_mautrix_signal_extev_polls | to_json }}
# Config options that affect the central bridge module.
bridge: