Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title for Rooms in Signal is empty #3552

Open
mr8tom opened this issue Sep 27, 2024 · 1 comment
Open

Title for Rooms in Signal is empty #3552

mr8tom opened this issue Sep 27, 2024 · 1 comment

Comments

@mr8tom
Copy link

mr8tom commented Sep 27, 2024

Describe the bug
In my last ticket I solved my problem to disyplay a custom Name of the Contacts #3510 .
Now my Problem is, that the changed Name only works for the contact.

The Avatar + the Name of the Signal-Room stays empty. With other chatbots this works (wa, tg, meta-insta) with a similar configuration. I asked in mautrix/signal for support but didn't get an answer (mautrix/signal#548).

My vars.yml file looks like this:

[...]
matrix_mautrix_signal_enabled: true
#matrix_mautrix_signal_version: "0.4.3"
#matrix_mautrix_signal_version: "latest"
#encryption
matrix_mautrix_signal_bridge_encryption_allow: true
matrix_mautrix_signal_bridge_encryption_default: true
matrix_mautrix_signal_bridge_personal_filtering_spaces: false
#matrix_mautrix_signal_relaybot_enabled: false
#global_permissions?
permissions:
  '*': relay
  xxx.xx: user
matrix_mautrix_signal_configuration_extension_yaml: |
  network:
    use_contact_avatars: true
    displayname_template: "{% raw %}{{or .ContactName .ProfileName .PhoneNumber}} _sg{% endraw %}"
  bridge:
    permissions:
      '[email protected]': admin
  matrix:
    delivery_receipts: true
  bridge:
    private_chat_portal_meta: true

I also tryed to force the handling by forcing "private_chat_portal_meta: true"

Expected behavior
Avatar + Contact Name should also be used for the room, not only for the Contact.

Thannks for suggestion :)

@Medformatik
Copy link

I have the same problem. The room name is empty and the avatar of the room is not set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants