aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.js
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-09-06 17:10:07 +0300
committerTulir Asokan <tulir@maunium.net>2020-09-06 17:10:07 +0300
commit4ce90892f0df459361ffceaf59ff5a1624954b87 (patch)
treef3689d839680907a190573941a58a3f5f2e8431b /web/index.js
parent522e45a4ae0766aeeaa7c16f45f7d563026da84e (diff)
Stop using ID field from telegram metadata in widget
Diffstat (limited to 'web/index.js')
-rw-r--r--web/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.js b/web/index.js
index 1e5c625..ab39761 100644
--- a/web/index.js
+++ b/web/index.js
@@ -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>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage