Pārlūkot izejas kodu

Add `receive_ephemeral` everywhere `de.sorunome.msc2409.push_ephemeral` is used

Ref:

- 33f3ccd6ae/CHANGELOG.md (L134-L136)
- 7165d3fa58/appservice/registration.go (L30)

Intentionally not removing the old configuration setting yet, as some bridges may/do not support
the new setting name. It's likely just bridgev2 mautrix bridges that have been updated and support both right now.
pull/4276/head
Slavi Pantaleev pirms 10 mēnešiem
vecāks
revīzija
98e4f369b7
23 mainītis faili ar 23 papildinājumiem un 0 dzēšanām
  1. +1
    -0
      docs/configuring-playbook-conduit.md
  2. +1
    -0
      docs/configuring-playbook-conduwuit.md
  3. +1
    -0
      roles/custom/matrix-bridge-beeper-linkedin/defaults/main.yml
  4. +1
    -0
      roles/custom/matrix-bridge-go-skype-bridge/defaults/main.yml
  5. +1
    -0
      roles/custom/matrix-bridge-hookshot/templates/registration.yml.j2
  6. +1
    -0
      roles/custom/matrix-bridge-mautrix-discord/defaults/main.yml
  7. +1
    -0
      roles/custom/matrix-bridge-mautrix-facebook/defaults/main.yml
  8. +1
    -0
      roles/custom/matrix-bridge-mautrix-gmessages/defaults/main.yml
  9. +1
    -0
      roles/custom/matrix-bridge-mautrix-googlechat/defaults/main.yml
  10. +1
    -0
      roles/custom/matrix-bridge-mautrix-instagram/defaults/main.yml
  11. +1
    -0
      roles/custom/matrix-bridge-mautrix-meta-instagram/defaults/main.yml
  12. +1
    -0
      roles/custom/matrix-bridge-mautrix-meta-messenger/defaults/main.yml
  13. +1
    -0
      roles/custom/matrix-bridge-mautrix-signal/defaults/main.yml
  14. +1
    -0
      roles/custom/matrix-bridge-mautrix-slack/defaults/main.yml
  15. +1
    -0
      roles/custom/matrix-bridge-mautrix-telegram/defaults/main.yml
  16. +1
    -0
      roles/custom/matrix-bridge-mautrix-whatsapp/defaults/main.yml
  17. +1
    -0
      roles/custom/matrix-bridge-mx-puppet-discord/defaults/main.yml
  18. +1
    -0
      roles/custom/matrix-bridge-mx-puppet-groupme/defaults/main.yml
  19. +1
    -0
      roles/custom/matrix-bridge-mx-puppet-instagram/defaults/main.yml
  20. +1
    -0
      roles/custom/matrix-bridge-mx-puppet-slack/defaults/main.yml
  21. +1
    -0
      roles/custom/matrix-bridge-mx-puppet-steam/defaults/main.yml
  22. +1
    -0
      roles/custom/matrix-bridge-mx-puppet-twitter/defaults/main.yml
  23. +1
    -0
      roles/custom/matrix-bridge-wechat/defaults/main.yml

+ 1
- 0
docs/configuring-playbook-conduit.md Parādīt failu

@@ -65,6 +65,7 @@ Find the `registration.yaml` in the `/matrix` directory, for example `/matrix/ma
```
as_token: <token>
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true
hs_token: <token>
id: signal
namespaces:


+ 1
- 0
docs/configuring-playbook-conduwuit.md Parādīt failu

@@ -83,6 +83,7 @@ Then, send its content to the existing admin room:
```
as_token: <token>
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true
hs_token: <token>
id: signal
namespaces:


+ 1
- 0
roles/custom/matrix-bridge-beeper-linkedin/defaults/main.yml Parādīt failu

@@ -167,5 +167,6 @@ matrix_beeper_linkedin_registration_yaml: |
- exclusive: true
regex: '^@{{ matrix_beeper_linkedin_appservice_bot_username | regex_escape }}:{{ matrix_beeper_linkedin_homeserver_domain | regex_escape }}$'
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true

matrix_beeper_linkedin_registration: "{{ matrix_beeper_linkedin_registration_yaml | from_yaml }}"

+ 1
- 0
roles/custom/matrix-bridge-go-skype-bridge/defaults/main.yml Parādīt failu

@@ -159,5 +159,6 @@ matrix_go_skype_bridge_registration_yaml: |
- exclusive: true
regex: '^@{{ matrix_go_skype_bridge_appservice_bot_username | regex_escape }}:{{ matrix_go_skype_bridge_homeserver_domain | regex_escape }}$'
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true

matrix_go_skype_bridge_registration: "{{ matrix_go_skype_bridge_registration_yaml | from_yaml }}"

+ 1
- 0
roles/custom/matrix-bridge-hookshot/templates/registration.yml.j2 Parādīt failu

@@ -32,5 +32,6 @@ rate_limited: false
{% if matrix_hookshot_encryption_enabled %}
de.sorunome.msc2409.push_ephemeral: true
push_ephemeral: true
receive_ephemeral: true
org.matrix.msc3202: true
{% endif %}

+ 1
- 0
roles/custom/matrix-bridge-mautrix-discord/defaults/main.yml Parādīt failu

@@ -224,6 +224,7 @@ matrix_mautrix_discord_registration_yaml: |
- exclusive: true
regex: '^@{{ matrix_mautrix_discord_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_discord_homeserver_domain | regex_escape }}$'
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true

matrix_mautrix_discord_registration: "{{ matrix_mautrix_discord_registration_yaml | from_yaml }}"



+ 1
- 0
roles/custom/matrix-bridge-mautrix-facebook/defaults/main.yml Parādīt failu

@@ -214,6 +214,7 @@ matrix_mautrix_facebook_registration_yaml: |
sender_localpart: _bot_{{ matrix_mautrix_facebook_appservice_bot_username }}
rate_limited: false
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true

matrix_mautrix_facebook_registration: "{{ matrix_mautrix_facebook_registration_yaml | from_yaml }}"



+ 1
- 0
roles/custom/matrix-bridge-mautrix-gmessages/defaults/main.yml Parādīt failu

@@ -214,6 +214,7 @@ matrix_mautrix_gmessages_registration_yaml: |
- exclusive: true
regex: '^@{{ matrix_mautrix_gmessages_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_gmessages_homeserver_domain | regex_escape }}$'
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true
io.element.msc4190: {{ matrix_mautrix_gmessages_msc4190_enabled | to_json }}

matrix_mautrix_gmessages_registration: "{{ matrix_mautrix_gmessages_registration_yaml | from_yaml }}"

+ 1
- 0
roles/custom/matrix-bridge-mautrix-googlechat/defaults/main.yml Parādīt failu

@@ -199,6 +199,7 @@ matrix_mautrix_googlechat_registration_yaml: |
sender_localpart: _bot_{{ matrix_mautrix_googlechat_appservice_bot_username }}
rate_limited: false
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true

matrix_mautrix_googlechat_registration: "{{ matrix_mautrix_googlechat_registration_yaml | from_yaml }}"



+ 1
- 0
roles/custom/matrix-bridge-mautrix-instagram/defaults/main.yml Parādīt failu

@@ -183,6 +183,7 @@ matrix_mautrix_instagram_registration_yaml: |
sender_localpart: _bot_{{ matrix_mautrix_instagram_appservice_bot_username }}
rate_limited: false
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true

matrix_mautrix_instagram_registration: "{{ matrix_mautrix_instagram_registration_yaml | from_yaml }}"



+ 1
- 0
roles/custom/matrix-bridge-mautrix-meta-instagram/defaults/main.yml Parādīt failu

@@ -299,6 +299,7 @@ matrix_mautrix_meta_instagram_registration_yaml: |
sender_localpart: _bot_{{ matrix_mautrix_meta_instagram_appservice_username }}
rate_limited: false
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true
io.element.msc4190: {{ matrix_mautrix_meta_instagram_msc4190_enabled | to_json }}

matrix_mautrix_meta_instagram_registration: "{{ matrix_mautrix_meta_instagram_registration_yaml | from_yaml }}"

+ 1
- 0
roles/custom/matrix-bridge-mautrix-meta-messenger/defaults/main.yml Parādīt failu

@@ -299,6 +299,7 @@ matrix_mautrix_meta_messenger_registration_yaml: |
sender_localpart: _bot_{{ matrix_mautrix_meta_messenger_appservice_username }}
rate_limited: false
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true
io.element.msc4190: {{ matrix_mautrix_meta_messenger_msc4190_enabled | to_json }}

matrix_mautrix_meta_messenger_registration: "{{ matrix_mautrix_meta_messenger_registration_yaml | from_yaml }}"

+ 1
- 0
roles/custom/matrix-bridge-mautrix-signal/defaults/main.yml Parādīt failu

@@ -212,6 +212,7 @@ matrix_mautrix_signal_registration_yaml: |
- exclusive: true
regex: '^@{{ matrix_mautrix_signal_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_signal_homeserver_domain | regex_escape }}$'
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true
io.element.msc4190: {{ matrix_mautrix_signal_msc4190_enabled | to_json }}

matrix_mautrix_signal_registration: "{{ matrix_mautrix_signal_registration_yaml | from_yaml }}"


+ 1
- 0
roles/custom/matrix-bridge-mautrix-slack/defaults/main.yml Parādīt failu

@@ -153,6 +153,7 @@ matrix_mautrix_slack_registration_yaml: |
- exclusive: true
regex: '^@{{ matrix_mautrix_slack_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_slack_homeserver_domain | regex_escape }}$'
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true
io.element.msc4190: {{ matrix_mautrix_slack_msc4190_enabled | to_json }}

matrix_mautrix_slack_registration: "{{ matrix_mautrix_slack_registration_yaml | from_yaml }}"


+ 1
- 0
roles/custom/matrix-bridge-mautrix-telegram/defaults/main.yml Parādīt failu

@@ -241,6 +241,7 @@ matrix_mautrix_telegram_registration_yaml: |
url: {{ matrix_mautrix_telegram_appservice_address }}
rate_limited: false
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true
io.element.msc4190: {{ matrix_mautrix_telegram_msc4190_enabled | to_json }}

matrix_mautrix_telegram_registration: "{{ matrix_mautrix_telegram_registration_yaml | from_yaml }}"


+ 1
- 0
roles/custom/matrix-bridge-mautrix-whatsapp/defaults/main.yml Parādīt failu

@@ -231,6 +231,7 @@ matrix_mautrix_whatsapp_registration_yaml: |
- exclusive: true
regex: '^@{{ matrix_mautrix_whatsapp_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_whatsapp_homeserver_domain | regex_escape }}$'
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true
io.element.msc4190: {{ matrix_mautrix_whatsapp_msc4190_enabled | to_json }}

matrix_mautrix_whatsapp_registration: "{{ matrix_mautrix_whatsapp_registration_yaml | from_yaml }}"

+ 1
- 0
roles/custom/matrix-bridge-mx-puppet-discord/defaults/main.yml Parādīt failu

@@ -139,5 +139,6 @@ matrix_mx_puppet_discord_registration_yaml: |
sender_localpart: _discordpuppet_bot
url: {{ matrix_mx_puppet_discord_appservice_address }}
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true

matrix_mx_puppet_discord_registration: "{{ matrix_mx_puppet_discord_registration_yaml | from_yaml }}"

+ 1
- 0
roles/custom/matrix-bridge-mx-puppet-groupme/defaults/main.yml Parādīt failu

@@ -133,5 +133,6 @@ matrix_mx_puppet_groupme_registration_yaml: |
sender_localpart: _groupmepuppet_bot
url: {{ matrix_mx_puppet_groupme_appservice_address }}
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true

matrix_mx_puppet_groupme_registration: "{{ matrix_mx_puppet_groupme_registration_yaml | from_yaml }}"

+ 1
- 0
roles/custom/matrix-bridge-mx-puppet-instagram/defaults/main.yml Parādīt failu

@@ -127,5 +127,6 @@ matrix_mx_puppet_instagram_registration_yaml: |
sender_localpart: _instagrampuppet_bot
url: {{ matrix_mx_puppet_instagram_appservice_address }}
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true

matrix_mx_puppet_instagram_registration: "{{ matrix_mx_puppet_instagram_registration_yaml | from_yaml }}"

+ 1
- 0
roles/custom/matrix-bridge-mx-puppet-slack/defaults/main.yml Parādīt failu

@@ -179,5 +179,6 @@ matrix_mx_puppet_slack_registration_yaml: |
sender_localpart: _slackpuppet_bot
url: {{ matrix_mx_puppet_slack_appservice_address }}
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true

matrix_mx_puppet_slack_registration: "{{ matrix_mx_puppet_slack_registration_yaml | from_yaml }}"

+ 1
- 0
roles/custom/matrix-bridge-mx-puppet-steam/defaults/main.yml Parādīt failu

@@ -134,5 +134,6 @@ matrix_mx_puppet_steam_registration_yaml: |
sender_localpart: _steampuppet_bot
url: {{ matrix_mx_puppet_steam_appservice_address }}
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true

matrix_mx_puppet_steam_registration: "{{ matrix_mx_puppet_steam_registration_yaml | from_yaml }}"

+ 1
- 0
roles/custom/matrix-bridge-mx-puppet-twitter/defaults/main.yml Parādīt failu

@@ -179,5 +179,6 @@ matrix_mx_puppet_twitter_registration_yaml: |
sender_localpart: "{{ matrix_mx_puppet_twitter_bot_localpart }}"
url: {{ matrix_mx_puppet_twitter_appservice_address }}
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true

matrix_mx_puppet_twitter_registration: "{{ matrix_mx_puppet_twitter_registration_yaml | from_yaml }}"

+ 1
- 0
roles/custom/matrix-bridge-wechat/defaults/main.yml Parādīt failu

@@ -150,6 +150,7 @@ matrix_wechat_registration_yaml: |
- exclusive: true
regex: '^@{{ matrix_wechat_appservice_bot_username | regex_escape }}:{{ matrix_wechat_homeserver_domain | regex_escape }}$'
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true

matrix_wechat_registration: "{{ matrix_wechat_registration_yaml | from_yaml }}"



Notiek ielāde…
Atcelt
Saglabāt