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
do we really need add_reply_from_reply_box? This is one path to widgets getting added to the conversation view outside of calls to update_conversation. It seems unnecessary now: in on_reply_senthere we should be able to call update_conversation instead of this additional method add_reply_from_reply_box (source.collection has the DraftReply object which will be created immediately when we click send).
do we really need
add_reply_from_reply_box
? This is one path to widgets getting added to the conversation view outside of calls toupdate_conversation
. It seems unnecessary now: inon_reply_sent
here we should be able to callupdate_conversation
instead of this additional methodadd_reply_from_reply_box
(source.collection
has theDraftReply
object which will be created immediately when we click send).Originally posted by @redshiftzero in #653 (comment)
The text was updated successfully, but these errors were encountered: