This differential moves ThreadDraftUpdater component to lib, so that it can be used on web app as well.
Details
- Reviewers
atul tomek ashoat - Commits
- rCOMM7bb74f07807f: Move ThreadDraftUpdater component to lib
Draft moving functionality should remain on native. Open web app and native app on the same clien. Start typing message on the sidebar on native, then create the same sidebar on web. Draft should still be visible on native.
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Nit – I would remove this else block... the if has a return, so the else isn't necessary