mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
review fix
This commit is contained in:
parent
f6b3008f8f
commit
51fcedc5a1
4 changed files with 11 additions and 9 deletions
|
|
@ -213,7 +213,6 @@ type Limits struct {
|
|||
NickLen int `yaml:"nicklen"`
|
||||
TopicLen int `yaml:"topiclen"`
|
||||
WhowasEntries int `yaml:"whowas-entries"`
|
||||
ChathistoryMax int `yaml:"chathistory-maxmessages"`
|
||||
}
|
||||
|
||||
// STSConfig controls the STS configuration/
|
||||
|
|
@ -316,6 +315,7 @@ type Config struct {
|
|||
ChannelLength int `yaml:"channel-length"`
|
||||
ClientLength int `yaml:"client-length"`
|
||||
AutoreplayOnJoin int `yaml:"autoreplay-on-join"`
|
||||
ChathistoryMax int `yaml:"chathistory-maxmessages"`
|
||||
}
|
||||
|
||||
Filename string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue