Files
chatgpt-on-wechat/channel
6vision 931fbc3eb5 fix: fix 'NoneType' object does not support item assignment error (#2525)
### Problem Description
When `context` is `None`, it should not be used for assignment operations.

### Solution
Adjusted the code logic to ensure that `context` is not `None` before performing any item assignment.
2025-04-20 16:27:44 +08:00
..
2024-06-15 16:34:32 +08:00
2025-04-11 16:03:22 +08:00
2024-10-21 10:23:39 +08:00
2024-01-22 13:38:11 +08:00
2024-01-15 22:35:30 +08:00