diff --git a/lib/topic_list_responder.rb b/lib/topic_list_responder.rb index 545b8ece1de..c590e250ff2 100644 --- a/lib/topic_list_responder.rb +++ b/lib/topic_list_responder.rb @@ -7,11 +7,8 @@ module TopicListResponder discourse_expires_in 1.minute list.draft_key = Draft::NEW_TOPIC - - if current_user&.human? - list.draft_sequence = DraftSequence.current(current_user, list.draft_key) - list.draft = Draft.get(current_user, list.draft_key, list.draft_sequence) - end + list.draft_sequence = DraftSequence.current(current_user, Draft::NEW_TOPIC) + list.draft = Draft.get(current_user, list.draft_key, list.draft_sequence) if current_user respond_to do |format| format.html do