mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
fix: fill third and forth parameters in tag follow list
This commit is contained in:
parent
d0d385682d
commit
e8cc3f911d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue