Subscriptions for Lustre!
5

Configure Feed

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

fix typo

rebecca (May 3, 2026, 9:00 PM +0200) ec8119b6 3c09fca2

+1 -1
+1 -1
src/off_topic/internal/runtime.gleam
··· 767 767 #("name", json.string(name)), 768 768 #("path", json.array(list.reverse(path), json.int)), 769 769 ]) 770 - [event.emit("off-topic-unsubscribe", details), ..effects] 770 + [event.emit("off-topic:unsubscribe", details), ..effects] 771 771 } 772 772 Group(children) -> fold_children(children, 0, path, effects, cleanup) 773 773 }