Salvo 'LtWorf' Tomaselli
Salvo 'LtWorf' Tomaselli
Uhm I haven't encountered this. Basically it calls an API to get history from a timestamp. Are the messages in threads maybe?
Could you check what the history api call is returning? I can't say I've seen the issue. In my experience they even remove all edits and stuff and just send...
Is this still an issue?
Hm ok. I did have the issue as well but I haven't encountered it for a while. But there are still issues if the history is too long, because it...
Do you know how the original slack irc gateway handled this?
The attachments seem to be deprecated in favour of a blocks, which are defined recursively :(
My own performance testing between typedload, apischema and pydantic looks like this: https://ltworf.github.io/typedload/performance.html
On my README I have documented how to get it. https://github.com/ltworf/localslackirc/blob/master/README.md#obtain-a-slack-cookie The annoying thing is that it's a special kind of cookie that isn't available to js, so one can't...
Yep, long time :) It is why I linked my readme, which I think is awfully complicated. If there was a way to do it in fewer steps (ideally only...
Run this javascript code: ```q=JSON.parse(localStorage.localConfig_v2)["teams"]; q[Object.keys(q)[0]]["token"]``` What's wrong with what I wrote in `localslackirc` readme to just get the token? Anyway as @adsr said, the other cookie is not accessible...