mirror of https://github.com/vector-im/riot-web
Pass widget data through from sticker picker
This allows for sticker pickers to have custom template variables. Fixes https://github.com/vector-im/riot-web/issues/6716pull/21833/head
parent
74291e8c2d
commit
3dc03ba089
|
@ -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 = (
|
||||
|
|
Loading…
Reference in New Issue