mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-27 17:16:14 +01:00 
			
		
		
		
	fix: webfinger loopback
This commit is contained in:
		| @@ -58,7 +58,7 @@ Controller.webfinger = async (req, res) => { | ||||
| 			{ | ||||
| 				rel: 'self', | ||||
| 				type: 'application/activity+json', | ||||
| 				href: nconf.get('url'), // actor | ||||
| 				href: `${nconf.get('url')}/actor`, // actor | ||||
| 			}, | ||||
| 		]; | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user