Skip to main content

Posts

Building the actual post feed

Finding posts

The "For you" post feed is built using Fetching & Paginating most recent data from the previously picked relay with 1 filters JSON:

{"kinds":[1,6],"#l":[]}
warning

TODO: Determine how to "inject" articles into this feed. Is it something the client requests or is it a side effect the relay returns if some condition is met?

Displaying posts

Each event is displayed using the common approach.