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

Commit

Permalink
Merge pull request #4377 from matrix-org/travis/sticker-data
Browse files Browse the repository at this point in the history
Pass widget data through from sticker picker
  • Loading branch information
turt2live authored Apr 9, 2020
2 parents ef8c503 + 3dc03ba commit 4d461c6
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 4d461c6

Please sign in to comment.