DEV: Draft check async when starting new PM

When the sequence is missng, the draft check is done synchronously and it results in  iOS devices not launching the keyboard.
This commit is contained in:
Penar Musaraj 2020-04-23 14:17:15 -04:00
parent 3e543dfa18
commit e49212d0bc

View File

@ -85,6 +85,7 @@ const ApplicationRoute = DiscourseRoute.extend(OpenComposer, {
recipients,
archetypeId: "private_message",
draftKey: Composer.NEW_PRIVATE_MESSAGE_KEY,
draftSequence: 0,
reply,
title
});