As the Memmy dev I can also highly recommend wefwef. Great product for such a short lifespan.
Quick question: I noticed the API calls aren’t (weren’t?) compressed, is that on purpose?
Going outbound or inbound? Outbound the requests are super basic, inbound they are pretty large. There’s a lot of limitations on that.
For example to get basic user info you have to receive a bunch of other information that you’re not going to bother using. Hopefully in time this will get changed, because there’s no reason to be receiving so much data whenever you really only need a few bytes.
the json coming back from requests like showing a thread was not compressed when I checked yesterday (firefox on ubuntu): https://discuss.tchncs.de/pictrs/image/1a99e758-deaa-46f6-8eff-3aa2158858ad.png
but I just checked again and now it’s correctly responding with compression (chrome on windows)