Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
after some conversations, we are not adding a mod to all permission g…
Browse files Browse the repository at this point in the history
…roups when a new message comes in
  • Loading branch information
gunr2171 committed Jul 18, 2016
1 parent d2070ce commit aa046e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/SOCVR.Chatbot/ChatRoom/ChatMessageProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,6 @@ private void EnsureAuthorInDatabase(Message incomingChatMessage)
using (var db = new DatabaseContext())
{
db.EnsureUserExists(incomingChatMessage.Author.ID);

if (incomingChatMessage.Author.IsMod)
{
db.EnsureUserIsInAllPermissionGroups(incomingChatMessage.Author.ID);
}
}
}

Expand Down

0 comments on commit aa046e7

Please sign in to comment.