You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
Merge pull request #4377 from matrix-org/travis/sticker-data
Pass widget data through from sticker picker
This commit is contained in:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user