Add attribution for starter pack follows (#9834)

This commit is contained in:
Samuel Newman
2026-02-09 18:01:55 +02:00
committed by GitHub
parent 18eea81e76
commit 3be1f5caa9
4 changed files with 22 additions and 7 deletions
@@ -372,7 +372,10 @@ function Header({
let followUris: Map<string, string>
try {
followUris = await bulkWriteFollows(agent, dids)
followUris = await bulkWriteFollows(agent, dids, {
uri: starterPack.uri,
cid: starterPack.cid,
})
} catch (e) {
setIsProcessing(false)
Toast.show(_(msg`An error occurred while trying to follow all`), 'xmark')