Adding author id to posted comments.

This commit is contained in:
David Jay
2016-11-18 13:10:59 -05:00
parent d9f1c05216
commit a0db48ea22
3 changed files with 8 additions and 7 deletions
@@ -105,7 +105,7 @@ class CommentStream extends Component {
id={rootItemId}
premod={this.props.config.moderation}
reply={false}
canPost={loggedIn}
authorId={user.id}
/>
{!loggedIn && <SignInContainer />}
</div>