1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-08 15:20:55 +00:00

More type progress.

This commit is contained in:
SirStendec 2023-11-16 18:41:50 -05:00
parent fed7d3e103
commit 136a2491c8
42 changed files with 3451 additions and 2311 deletions

View file

@ -633,7 +633,7 @@ export default {
// TODO: Update timestamps for pinned chat?
}
this.chat.resolve('site.subpump').inject(item.topic, item.data);
this.chat.resolve('site.subpump').simulateMessage(item.topic, item.data);
}
if ( item.chat ) {
@ -731,4 +731,4 @@ export default {
}
</script>
</script>