mirror of
https://github.com/acid-info/Kurate.git
synced 2025-02-11 23:36:25 +00:00
fix: publishing a persona should add it to favorites (#341)
This commit is contained in:
parent
4fd14058d9
commit
24d56a02de
@ -78,6 +78,7 @@
|
||||
if (!$profile.signer) return
|
||||
|
||||
publishedPersonaId = await adapter.publishPersona(persona, $profile.signer)
|
||||
adapter.addPersonaToFavorite(publishedPersonaId)
|
||||
}
|
||||
|
||||
let y: number
|
||||
|
Loading…
x
Reference in New Issue
Block a user