Commit 21184556 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Increase the saved chat history.

parent f8ae908d
......@@ -385,7 +385,7 @@ func (g *Group) Shutdown(message string) {
})
}
const maxChatHistory = 20
const maxChatHistory = 50
func (g *Group) ClearChatHistory() {
g.mu.Lock()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment