Closed wapsi closed 1 year ago
This was most probably misconfiguration issue, {{.DisplayName}} and {{.RealName}} work just fine now:
displayname_template: '{{.DisplayName}} ({{.RealName}}, Slack)'
bot_displayname_template: '{{.Name}} (Slack bot)'
channel_name_template: '{{.Name}} ({{.TeamName}}, Slack)'
Slack user's display name / real name is not applied in Matrix. All the users, in all rooms are seen as they raw Matrix user ID, even I've configured the "displayname_template" setting:
I've tried multiple different configuration for the displayname_template, but it does not affect:
and
I also tried to erase the database mautrix-slack is using and start it "from the scratch", but the issue remains.
The room names' (channel_name_template) setting works just fine, though.
Version I'm using is pulled from the Git on 21st of June 2023.