criscmaia / gsdslack

GSD Slack
https://sciencegsd.slack.com/messages
0 stars 0 forks source link

System crashes when @ a bot #12

Closed criscmaia closed 7 years ago

btmatthew commented 7 years ago

Do you want to keep track of when the user mentioned a bot in a message?

If so we will have to make abot to look like a user in the database.

Otherwise, we can filter out bot from being mentioned in a message, and that will prevent bot appearing in mentioned table.

criscmaia commented 7 years ago

Yes, need to keep track of when a user mentions a bot as well. Happy to add as a user if that's the cleanest solution

btmatthew commented 7 years ago

Due to relationships in the database that is the sanest solution.

btmatthew commented 7 years ago

added the bot to a database, I am waiting for the solution of #22 to continue testing the current solution to #12

btmatthew commented 7 years ago

Done, @bot works fine