objective categorical abstract machine language personal data server
65
fork

Configure Feed

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

Forgot to add importRepo endpoint

futurGH d35842f2 ec36b761

+1
+1
bin/main.ml
··· 75 75 ; (get, "/xrpc/com.atproto.repo.listRecords", Api.Repo.ListRecords.handler) 76 76 ; (post, "/xrpc/com.atproto.repo.deleteRecord", Api.Repo.DeleteRecord.handler) 77 77 ; (post, "/xrpc/com.atproto.repo.uploadBlob", Api.Repo.UploadBlob.handler) 78 + ; (post, "/xrpc/com.atproto.repo.importRepo", Api.Repo.ImportRepo.handler) 78 79 ; (* sync *) 79 80 (get, "/xrpc/com.atproto.sync.getRepo", Api.Sync.GetRepo.handler) 80 81 ; (get, "/xrpc/com.atproto.sync.getRepoStatus", Api.Sync.GetRepoStatus.handler)