Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 9eb495b74815c6f7310740e9f1a74a4e04d91b1e Author: David Hill <dhill@mindcry.org> Date: Thu Mar 21 16:30:28 2019 +0000 Fix double unlock (slack) (#771) diff --git a/bridge/slack/users_channels.go b/bridge/slack/users_channels.go index 8712d26..23807c8 100644 --- a/bridge/slack/users_channels.go +++ b/bridge/slack/users_channels.go @@ -877 +876 @@ func (b *users) populateUser(userID string) {   // in case the previous query failed for some reason.   } else {   b.usersSyncPoints[userID] = make(chan struct{}) - b.usersMutex.Unlock()   break   }   }