Updated comment composer to include mentions on first focus

This will (somewhat & temporarily) fix the issue of people not getting notifications when others comment via inline comment composer in the timeline

• Updated:
- comment composer to include mentions on first focus

• Todo:
- Test on develop
- Work in backend to resolve issue completely of non-mentioned people not getting notified on their own replies
This commit is contained in:
mgabdev
2020-06-08 19:46:22 -04:00
parent 9f8f1999f5
commit efd9d684e0
2 changed files with 5 additions and 6 deletions

View File

@@ -100,12 +100,7 @@ export function changeCompose(text, markdown, replyId, isStandalone, caretPositi
dispatch({
type: COMPOSE_REPLY,
status: status,
})
dispatch({
type: COMPOSE_CHANGE,
text: text,
markdown: markdown,
caretPosition: caretPosition,
})
} else if (existingText.length > 0 && text.trim().length > 0) {
dispatch(openModal('CONFIRM', {