Add comment
parent
82b9897986
commit
87d8ed5af8
|
@ -292,6 +292,8 @@ export default class MessageComposer extends React.Component {
|
||||||
// Stickers
|
// Stickers
|
||||||
const popoverWidth = '300px';
|
const popoverWidth = '300px';
|
||||||
const popoverHeight = '300px';
|
const popoverHeight = '300px';
|
||||||
|
// TODO - Add support for stickerpacks from multiple app stores.
|
||||||
|
// Render content from multiple stickerpack sources, each within their own iframe, within the stickerpack UI element.
|
||||||
const stickerpackWidget = Widgets.getStickerpackWidgets()[0];
|
const stickerpackWidget = Widgets.getStickerpackWidgets()[0];
|
||||||
|
|
||||||
// Load stickerpack content
|
// Load stickerpack content
|
||||||
|
|
Loading…
Reference in New Issue