mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
feat: topic and category S2S get responses
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user