mirror of
				https://git.sr.ht/~tsileo/microblog.pub
				synced 2025-06-05 21:59:23 +02:00 
			
		
		
		
	Revert "fix unshare by getting recipients from Announce activity instead of Undo"
This reverts commit dcd44ec3b6.
			
			
This commit is contained in:
		| @@ -439,7 +439,7 @@ async def _send_undo(db_session: AsyncSession, ap_object_id: str) -> None: | ||||
|         announced_object.announced_via_outbox_object_ap_id = None | ||||
|  | ||||
|         # Send the Undo to the original recipients | ||||
|         recipients = await _compute_recipients(db_session, announced_object.ap_object) | ||||
|         recipients = await _compute_recipients(db_session, outbox_object.ap_object) | ||||
|         for rcp in recipients: | ||||
|             await new_outgoing_activity(db_session, rcp, outbox_object.id) | ||||
|     elif outbox_object_to_undo.ap_type == "Block": | ||||
|   | ||||
		Reference in New Issue
	
	Block a user