Merge pull request #4377 from matrix-org/travis/sticker-data
Pass widget data through from sticker pickerpull/21833/head
commit
4d461c6d87
|
@ -246,6 +246,7 @@ export default class Stickerpicker extends React.Component {
|
||||||
url: stickerpickerWidget.content.url,
|
url: stickerpickerWidget.content.url,
|
||||||
name: stickerpickerWidget.content.name,
|
name: stickerpickerWidget.content.name,
|
||||||
type: stickerpickerWidget.content.type,
|
type: stickerpickerWidget.content.type,
|
||||||
|
data: stickerpickerWidget.content.data,
|
||||||
};
|
};
|
||||||
|
|
||||||
stickersContent = (
|
stickersContent = (
|
||||||
|
|
Loading…
Reference in New Issue