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

Template variables for display name and such don't apply on widgets anymore? #12985

Closed
turt2live opened this issue Apr 1, 2020 · 2 comments · Fixed by matrix-org/matrix-react-sdk#4366
Assignees

Comments

@turt2live
Copy link
Member

No description provided.

@turt2live
Copy link
Member Author

specifically custom widgets, eg: /addwidget https://example.org?name=$matrix_display_name

@t3chguy
Copy link
Member

t3chguy commented Apr 4, 2020

https://github.com/matrix-org/matrix-react-sdk/blob/5c2841323e58d5b22f488a3fc47607b9387a8463/src/components/views/elements/AppTile.js#L141 malforms $matrix_display_name into %24matrix_display_name

@turt2live turt2live self-assigned this Apr 8, 2020
turt2live added a commit to matrix-org/matrix-react-sdk that referenced this issue Apr 8, 2020
Fixes element-hq/element-web#12985

This is done by using a more modern API and de-encoding dollar signs.
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

Successfully merging a pull request may close this issue.

2 participants