mirror of
https://github.com/maunium/stickerpicker.git
synced 2025-07-17 06:23:28 +02:00
Stop using ID field from telegram metadata in widget
This commit is contained in:
@ -143,7 +143,7 @@ const Pack = ({ pack }) => html`
|
||||
<h1>${pack.title}</h1>
|
||||
<div class="sticker-list">
|
||||
${pack.stickers.map(sticker => html`
|
||||
<${Sticker} key=${sticker["net.maunium.telegram.sticker"].id} content=${sticker}/>
|
||||
<${Sticker} key=${sticker.id} content=${sticker}/>
|
||||
`)}
|
||||
</div>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user