Commit 2b7cef2
committed
fix(chat): initialize user_replied state for private messages
Explicitly initialize user_replied to False for send_private_message actions
to ensure consistent state tracking. Remove redundant conditional branch in
history display logic since the state is now always initialized.1 parent 60e983c commit 2b7cef2
1 file changed
+4
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | 170 | | |
178 | 171 | | |
179 | | - | |
| 172 | + | |
180 | 173 | | |
181 | 174 | | |
182 | 175 | | |
| |||
255 | 248 | | |
256 | 249 | | |
257 | 250 | | |
258 | | - | |
| 251 | + | |
259 | 252 | | |
| 253 | + | |
| 254 | + | |
260 | 255 | | |
261 | 256 | | |
262 | 257 | | |
| |||
0 commit comments