fix reaction target bug

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-08-25 18:56:29 -04:00
parent bb878d3772
commit 30af03cfcc

View File

@@ -143,7 +143,6 @@ fn to_reaction<'a>(
}; };
note_reacted_to = Some(react_to_id); note_reacted_to = Some(react_to_id);
break;
} }
let reacted_to_noteid = note_reacted_to?; let reacted_to_noteid = note_reacted_to?;