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

displayname_template has no effect once again #581

Closed
3hhh opened this issue Jan 24, 2025 · 3 comments
Closed

displayname_template has no effect once again #581

3hhh opened this issue Jan 24, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@3hhh
Copy link

3hhh commented Jan 24, 2025

#442 got back for me since a few months back (still present in 0.7.5):

In /matrix/mautrix-whatsapp/config/config.yaml I have:

network:
  device_name: mautrix-signal
  displayname_template: '{{or .ContactName .ProfileName .PhoneNumber}} (Signal)'

However the display names are equal to the profile name without the (Signal) suffix and never change.
A similar configuration for another bridge works just fine.

@3hhh 3hhh added the bug Something isn't working label Jan 24, 2025
@tulir
Copy link
Member

tulir commented Jan 24, 2025

Displayname template changes are only applied when the name is synced for some other reason (like an incoming message)

@tulir tulir closed this as not planned Won't fix, can't repro, duplicate, stale Jan 24, 2025
@3hhh
Copy link
Author

3hhh commented Jan 25, 2025 via email

@3hhh
Copy link
Author

3hhh commented Jan 25, 2025

Ah, I just realized that the display names are fine. It's just the room names which aren't updated. So it's a duplicate of #548.

I don't mind defining the room names myself. However it's not coherent with other mautrix bridges, which update the room names as well. Probably a config option would be optimal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants