wip: currently rewriting the project as a full stack application tangled.org/kacaii.dev/sigo
gleam
0
fork

Configure Feed

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

:art: no need to pipe

Kacaii b60d062d 308ab0c9

+1 -2
+1 -2
src/app/domain/occurrence.gleam
··· 34 34 35 35 use subject <- list.each(members) 36 36 process.spawn(fn() { 37 - msg.Domain(msg.OccurrenceCreated(id:, category:)) 38 - |> process.send(subject, _) 37 + process.send(subject, msg.Domain(msg.OccurrenceCreated(id:, category:))) 39 38 }) 40 39 }