Lieuwe Rooijakkers
Lieuwe Rooijakkers
If I understand this correctly, this requires the application service to insert all the historical data before the user requests it. Isn't it an idea to create a new [querying...
ref: https://github.com/serde-rs/json/pull/613 Noteworthy is the reference to https://source.chromium.org/gn/gn/+/master:src/base/json/json_reader.cc;l=18?q=kStackMaxDepth, which would at least be applicable for the CS API.
This seems like your client tries to do `WHO` queries (looking at the interval) on a chat that doesn't exist. Does this continue after reconnecting to the whapp-irc instance? Since...
Looks nice!
It didn't even seem to be printed in the js code.
Yeah I was thinking about this too, so I'm not really sure if this is high priority for me since basically it works _good enough™_ and we can't miss any...
Yeah I actually need to implement this, I didn't because I actually kinda like being able to respond to messages without WhatsApp showing I'm online. But I understand it's nice...
It might be worth noting that currently we _do_ download up to 50 files at the same time, so if somebody bombards you with a collage of pictures, it should...
Yeah emoji-only chat names are a actually a pretty good corner case. I'm more a bit skeptical about converting emoji names in chat messages, since that's something that a client...
Currently we don't have anything built into the gateway, since IRC doesn't really have a canonical way of sending files to servers. So I wouldn't be sure how to implement...