Following / posts feed jumping should be fixed now. Replies to posts were removing the replied post as a "duplicate" also from the posts feed where the reply wasn't visible. Sorry for the bad UX ๐Ÿ’ Zap listing and content filtering by follow distance are on the backlog. "Freedom of speech doesn't mean we have to listen." image
PV! Just pushed a major refactor of the Iris codebase. Removed a big chunk of unnecessary code and depencencies, and broke down large files into more manageable pieces. Let me know if I broke something in the process. There's not much visible change to the user except for the faster loading search box, but the codebase should be much less obscure for contributors now. One issue I'm noticing is that Following / Posts feed starts pushing old posts after a while, looking into it. Also sometimes you get a black page when loading some url. That's because of StaleWhileRevalidate caching and needs to be fixed somehow. Hoping to get zap listing done soon, then zapping, then some updates to the mobile apps. Then maybe user lists and custom feeds. image
Merged a pull request that lets you post messages by pressing ctrl+enter. In fact, I'm posting this message using it. Thanks for the contribution!