Fix current user and creator user ID properties.
This commit is contained in:
parent
337af1643f
commit
b5320444a9
1 changed files with 2 additions and 2 deletions
|
@ -164,8 +164,8 @@ export default class Stickerpicker extends React.Component {
|
||||||
room={this.props.room}
|
room={this.props.room}
|
||||||
type={stickerpickerWidget.content.type}
|
type={stickerpickerWidget.content.type}
|
||||||
fullWidth={true}
|
fullWidth={true}
|
||||||
userId={stickerpickerWidget.sender || MatrixClientPeg.get().credentials.userId}
|
userId={MatrixClientPeg.get().credentials.userId}
|
||||||
creatorUserId={MatrixClientPeg.get().credentials.userId}
|
creatorUserId={stickerpickerWidget.sender || MatrixClientPeg.get().credentials.userId}
|
||||||
waitForIframeLoad={true}
|
waitForIframeLoad={true}
|
||||||
show={true}
|
show={true}
|
||||||
showMenubar={true}
|
showMenubar={true}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue