Revert "DEV: Draft check async when starting new PM"
This reverts commit e49212d0bc
.
This requires some more work.
This commit is contained in:
parent
67e96f6c54
commit
7cd006fe3a
|
@ -85,7 +85,6 @@ const ApplicationRoute = DiscourseRoute.extend(OpenComposer, {
|
||||||
recipients,
|
recipients,
|
||||||
archetypeId: "private_message",
|
archetypeId: "private_message",
|
||||||
draftKey: Composer.NEW_PRIVATE_MESSAGE_KEY,
|
draftKey: Composer.NEW_PRIVATE_MESSAGE_KEY,
|
||||||
draftSequence: 0,
|
|
||||||
reply,
|
reply,
|
||||||
title
|
title
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue