diff --git a/src/controllers/api/accounts.ts b/src/controllers/api/accounts.ts index ad4802ca..2cb1b7b7 100644 --- a/src/controllers/api/accounts.ts +++ b/src/controllers/api/accounts.ts @@ -321,7 +321,7 @@ const followController: AppController = async (c) => { await updateListEvent( { kinds: [3], authors: [sourcePubkey], limit: 1 }, - (tags) => addTag(tags, ['p', targetPubkey]), + (tags) => addTag(tags, ['p', targetPubkey, '', '']), c, );