1
Fork 0

Increase the saved chat history.

This commit is contained in:
Juliusz Chroboczek 2020-09-18 11:48:21 +02:00
parent f8ae908d7a
commit 211845564e
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ func (g *Group) Shutdown(message string) {
}) })
} }
const maxChatHistory = 20 const maxChatHistory = 50
func (g *Group) ClearChatHistory() { func (g *Group) ClearChatHistory() {
g.mu.Lock() g.mu.Lock()