Skip to content

Commit

Permalink
Fix typo in twitter config
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Nov 29, 2024
1 parent f038eb7 commit 1400d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridgeconfig/twitter.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ network:
# Displayname template for Twitter users.
# .DisplayName is replaced with the display name of the Twitter user.
# .Username is replaced with the username of the Twitter user.
displayname_template: {{ `"{{ .Displayname }}"` }}
displayname_template: {{ `"{{ .DisplayName }}"` }}

{{ setfield . "CommandPrefix" "!tw" -}}
{{ setfield . "DatabaseFileName" "mautrix-twitter" -}}
Expand Down

0 comments on commit 1400d1e

Please sign in to comment.