From 4d07ca4c6acb5f835c9e6ea6b9647fb6f93f5788 Mon Sep 17 00:00:00 2001 From: Opliko Date: Fri, 12 Apr 2024 16:43:33 +0200 Subject: [PATCH] feat: add id to profile updates --- src/api/activitypub.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/activitypub.js b/src/api/activitypub.js index 383fb374a2..6e92763c45 100644 --- a/src/api/activitypub.js +++ b/src/api/activitypub.js @@ -144,6 +144,7 @@ activitypubApi.update.profile = enabledCheck(async (caller, { uid }) => { ]); await activitypub.send('uid', caller.uid, followers, { + id: `${object.id}#activity/update/${Date.now()}`, type: 'Update', to: [activitypub._constants.publicAddress], cc: [],