mirror of
https://github.com/wassname/talk.git
synced 2026-08-14 12:50:17 +08:00
Posting flags correctly and displaying flags when clicked.
This commit is contained in:
+2
-1
@@ -48,7 +48,8 @@ ActionSchema.statics.getActionSummaries = function(item_ids) {
|
||||
if (!actionObj[action.item_id]) {
|
||||
actionObj[action.item_id] = {
|
||||
id: action.id,
|
||||
type: action.action_type,
|
||||
item_type: action.item_type,
|
||||
action_type: action.action_type,
|
||||
count: 1,
|
||||
current_user: false //Update this later when we have authentication
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user