feat: topic and category S2S get responses

This commit is contained in:
Julian Lam
2024-02-06 11:04:08 -05:00
parent 25f0d48432
commit a461e5dd41
4 changed files with 22 additions and 8 deletions

View File

@@ -237,10 +237,3 @@ ActivityPub.send = async (type, id, targets, payload) => {
}
}));
};
setTimeout(async () => {
await ActivityPub.send('uid', 1, 'https://localhost/category/1', {
type: 'Follow',
object: 'https://localhost/category/1',
});
}, 2000);