You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chat ID is posted back in message to /hivechat/send but is not present inside the handler functions which create the post to stakwork.
As such the Chatid is never passed to stakwork and the chat history is contaminated as currently it is pulling all "chat message history" where chat ID = "not set"
Likely an incorrect unmarshalling, syntax matching or other issue retrieving the chatID from the POST request body.
Chat ID is posted back in message to
/hivechat/send
but is not present inside the handler functions which create the post to stakwork.As such the Chatid is never passed to stakwork and the chat history is contaminated as currently it is pulling all "chat message history" where chat ID = "not set"
Likely an incorrect unmarshalling, syntax matching or other issue retrieving the chatID from the POST request body.
https://github.com/stakwork/sphinx-tribes/blob/master/handlers/chat.go#L98
Example Chat history contamination
Correct posting of Chat object from front end
The text was updated successfully, but these errors were encountered: