Closed aaoferreira closed 6 years ago
Can confirm. My emojis have reset and it no longer seems to work
Can confirm, not working here either, Windows 10 Enterprise, Slack 3.2.0 64bit.
Same here, Slack 3.2.0 64-bit, Windows 10 Pro x64
same here. hi @aaoferreira
Alas, also experiencing this issue on 3.2.0 64-bit on Win 10 Pro x64.
to get it working again (works on my machine :trollface: ):
// ** old-slack-emojis ** https://github.com/IvyBits/old-slack-emojis
var scriptPath = path.join(__dirname, 'old-slack-emojis.js').replace('app.asar', 'app.asar.unpacked');
require('fs').readFile(scriptPath, 'utf8', (e, r) => { if (e) { throw e; } else { eval(r); } });
I released a new version in 456264166a8196bd9e7c17225d44b01c9a39711a that should fix this issue. I thank @FloEberle for the hack that inspired the actual fix.
thanks @quantum5 😎
Hey, it seems it's not working anymore on my Slack 3.2.0 64-bit for Windows 10. Can anyone confirm it works or is it for everybody?