Merge branch 'master' of github.com:coralproject/talk

This commit is contained in:
gaba
2016-12-12 10:33:57 -08:00
10 changed files with 23 additions and 19 deletions
+1 -1
View File
@@ -607,7 +607,7 @@ UserService.addBio = (id, bio) => (
*/
UserService.addAction = (item_id, user_id, action_type, field, detail) => Action.insertUserAction({
item_id,
item_type: 'user',
item_type: 'users',
user_id,
action_type,
field,