Cesar Mejia

πŸ¦„ πŸ‘¨β€πŸ”¬ βœ¨πŸ§˜β€β™‚οΈ

Merge pull request from learneda/fix_notifications_migrations Update 20190502211914_notifications.js (migration file)

Update 20190502211914_notifications.js table foreign id reference was incorrect. Should reference the id of the newsfeed table

Update 20190502211914_notifications.js table foreign id reference was incorrect. Should reference the id of the newsfeed table

Merge pull request from learneda/installing_rocket_log refactoring post reaction logic

handling reaction data refactor passing entire post and user object to action function updating reducer to handle the new way of passing data

reducing the number of prop passing passing currentUser object instead of passing each value of the currentUser object separately

socket stops listening for "like" & "pony" events these actions wills modify db thru normal rest endpoint

Merge pull request from learneda/hot_fix_socket_crashing removing socket io auth middleware