For now? I'm experimenting on an old concept.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Clarify todo message

+2 -2
+2 -2
client/src/lumina_client.gleam
··· 728 728 let posts_fetches = 729 729 effect.batch( 730 730 list.map(items, fn(post_id) { 731 - todo as "Request post with id " <> post_id <> " here" 732 - effect.none() 731 + let do_to = "Request post with id " <> post_id <> " here" 732 + todo as do_to 733 733 }), 734 734 ) 735 735