Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Pass widget data through from sticker picker
Browse files Browse the repository at this point in the history
This allows for sticker pickers to have custom template variables.

Fixes element-hq/element-web#6716
  • Loading branch information
turt2live committed Apr 9, 2020
1 parent 74291e8 commit 3dc03ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/views/rooms/Stickerpicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ export default class Stickerpicker extends React.Component {
url: stickerpickerWidget.content.url,
name: stickerpickerWidget.content.name,
type: stickerpickerWidget.content.type,
data: stickerpickerWidget.content.data,
};

stickersContent = (
Expand Down

0 comments on commit 3dc03ba

Please sign in to comment.