Live video on the AT Protocol
79
fork

Configure Feed

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

at b5/feat-replicator-swarm 7 lines 106 B view raw
1package replication 2 3import "context" 4 5type Replicator interface { 6 NewSegment(context.Context, []byte) 7}