mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
feat: Like(Note) and Undo(Like); federating likes
This commit is contained in:
@@ -93,6 +93,11 @@ Controller.postInbox = async (req, res) => {
|
||||
break;
|
||||
}
|
||||
|
||||
case 'Like': {
|
||||
await activitypub.inbox.like(req);
|
||||
break;
|
||||
}
|
||||
|
||||
case 'Follow': {
|
||||
await activitypub.inbox.follow(req);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user