chatpp
chatpp copied to clipboard
Fix To ALL by change redux store logic
At the moment, we change message render method to make To All feature work, but that has a issue that dont effect with message rendered before. To fix that issue i think we need access into store, change insert message method logic or something do same, change state by call redux action, and let react do its job.