mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	fix: explicitly set updated property when federating notes out
				
					
				
			This commit is contained in:
		| @@ -256,7 +256,10 @@ Helpers.resolveObjects = async (ids) => { | ||||
| 				const post = (await posts.getPostSummaryByPids( | ||||
| 					[resolvedId], | ||||
| 					activitypub._constants.uid, | ||||
| 					{ stripTags: false } | ||||
| 					{ | ||||
| 						stripTags: false, | ||||
| 						extraFields: ['edited'], | ||||
| 					} | ||||
| 				)).pop(); | ||||
| 				if (!post) { | ||||
| 					throw new Error('[[error:activitypub.invalid-id]]'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user