mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
fix: send back correct actor id on webfinger calls
This commit is contained in:
@@ -96,8 +96,7 @@ Controller.postInbox = async (req, res) => {
|
||||
}
|
||||
|
||||
default: {
|
||||
console.log('Unhandled Activity!!!');
|
||||
console.log(req.body);
|
||||
res.sendStatus(501);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user