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
looks like pending replies->failed replies works, but i also see pending replies->successful replies not working. i wonder if the reply_ready signal is no longer being emitted from the reply job handler
just discussed this one with @creviera and it turns out that this is a bug that was introduced due to the close merge of two PRs modifying related logic (and our no rebase/retest before final merge policy, which is primarily for dev agility): the snippets PR (#752) and my PR from yesterday (#764).
STR
expected behavior
once reply sends successfully, reply updates to its confirmed (not grayed out/pending) state
actual behavior
reply does not update when successfully sent and stays in the pending state
The text was updated successfully, but these errors were encountered: