Should not store chat state messages, which contain a thread element.
The problem was, that the logic stored empty chat messages, which contained a thread and chat state. The loop first checked the namespace of the thread, which was empty and therefore thought it should store it.
Showing
Please register or sign in to comment