Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
async/await
in message manager action creators (#8434)
These action creators for the "message manager" controller interactions have been updated to use `async/await`. There should be almost no changes in behavior. The only things removed were a few debug log statements, and a single `console.log`.
- Loading branch information