chore, perf: Reduce redis memory (#7816)
* Reduce redis memory * CHANGELOG * a
This commit is contained in:
		| @@ -8,6 +8,7 @@ | ||||
| --> | ||||
|  | ||||
| ## 12.x.x (unreleased) | ||||
| - ActivityPub: deliverキューのメモリ使用量を削減 | ||||
|  | ||||
| ### Improvements | ||||
| - ActivityPub: リモートユーザーのDeleteアクティビティに対応 | ||||
|   | ||||
| @@ -64,7 +64,9 @@ export function deliver(user: ThinUser, content: unknown, to: string | null) { | ||||
| 	if (to == null) return null; | ||||
|  | ||||
| 	const data = { | ||||
| 		user, | ||||
| 		user: { | ||||
| 			id: user.id | ||||
| 		}, | ||||
| 		content, | ||||
| 		to | ||||
| 	}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MeiMei
					MeiMei