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:
parent
f8ae908d7a
commit
211845564e
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ func (g *Group) Shutdown(message string) {
|
|||
})
|
||||
}
|
||||
|
||||
const maxChatHistory = 20
|
||||
const maxChatHistory = 50
|
||||
|
||||
func (g *Group) ClearChatHistory() {
|
||||
g.mu.Lock()
|
||||
|
|
Loading…
Reference in a new issue