A decentralized music tracking and discovery platform built on AT Protocol 馃幍
at feat/pgpull 6 lines 138 B view raw
1use anyhow::Error; 2 3pub async fn start_jetstream_service() -> Result<(), Error> { 4 rocksky_jetstream::subscribe().await?; 5 Ok(()) 6}