Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/client.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,9 @@ class SlackClient

# remove the existing representation and write the new representation to the brain
delete @robot.brain.data.users[user.id]
@robot.brain.userForId user.id, newUser

unless user.is_bot or user.deleted
@robot.brain.userForId user.id, newUser

###*
# Processes events to fetch additional data or rearrange the shape of an event before handing off to the eventHandler
Expand Down