Skip to content

Commit

Permalink
登録者名 user_name, user_id
Browse files Browse the repository at this point in the history
  • Loading branch information
koizuka committed Apr 15, 2024
1 parent 6d9e08a commit 3b70a81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/nicolive-area/CommentFilter.vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export default class CommentFilter extends Vue {
body: getBody(item),
register_date: `登録日時: ${new Date(item.createdAt).toLocaleString()}`,
comment_body: item.memo && `コメント: ${item.memo}`,
...(isBroadcaster(item) ? {} : { user_id: item.userId, user_name: item.userName }),
};
});
}
Expand Down

0 comments on commit 3b70a81

Please sign in to comment.