@@ -442,7 +442,7 @@ func (g *group) addToChatHistory(id, user, value string, me bool) {
func(g*group)getChatHistory()[]chatHistoryEntry{
g.mu.Lock()
g.mu.Unlock()
deferg.mu.Unlock()
h:=make([]chatHistoryEntry,len(g.history))
copy(h,g.history)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.