clearVotes = () => {
    if (this.props.role === 'Moderator') {
      Messenger.publish('clear_votes', {
        roomId: this.props.roomId,
        data: { story_id: this.props.storyId }