feat(core): propagate poke strength events

This commit is contained in:
Edison Jwa
2026-06-08 22:52:08 +09:00
parent 31cf45ce35
commit 5c7a4b64c9
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -615,6 +615,7 @@ mod tests {
sender_name: "Alice".into(),
message: "hello".into(),
target: MessageTarget::Channel,
poke_strength: None,
};
let disconnected = reduce(&mut state, StateEvent::ChatReceived(msg.clone()));
assert!(disconnected.deltas.is_empty());