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 -1
View File
@@ -385,7 +385,7 @@ func (g *Group) Shutdown(message string) {
})
}
const maxChatHistory = 20
const maxChatHistory = 50
func (g *Group) ClearChatHistory() {
g.mu.Lock()