1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Add comment

This commit is contained in:
Richard Lewis
2018-01-16 17:01:25 +00:00
parent 82b9897986
commit 87d8ed5af8

View File

@@ -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