mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 07:34:18 +08:00
57f17854fb
When creating a reply after already navigating out of the topic (e.g. open the reply composer, go to a different topic, then create the post), the _removeDeleteOnOwnerReplyBookmarks function was erroring because it relied on the topic model being present. We can skip this function altogether if the topic model is _not_ present, because the PostCreator already takes care of deleting bookmarks with the on_owner_reply auto_delete_preference. The _removeDeleteOnOwnerReplyBookmarks function just cleans up the in-memory post stream and topic model. |
||
---|---|---|
.. | ||
images | ||
javascripts | ||
stylesheets |