LearnLocker.dev

A social learning platform for web developers.

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

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

updating the handling of cloudinary response the image url value is stored under a different var name