1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-10 02:35:58 +01:00

Increase the saved chat history.

This commit is contained in:
Juliusz Chroboczek 2020-09-18 11:48:21 +02:00
parent f8ae908d7a
commit 211845564e

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()