fix: fill third and forth parameters in tag follow list

This commit is contained in:
P. Reis 2024-07-11 19:32:54 -03:00
parent d0d385682d
commit e8cc3f911d

View file

@ -321,7 +321,7 @@ const followController: AppController = async (c) => {
await updateListEvent( await updateListEvent(
{ kinds: [3], authors: [sourcePubkey], limit: 1 }, { kinds: [3], authors: [sourcePubkey], limit: 1 },
(tags) => addTag(tags, ['p', targetPubkey]), (tags) => addTag(tags, ['p', targetPubkey, '', '']),
c, c,
); );