mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 01:33:10 -06:00
Enable presence by default
This commit is contained in:
parent
78b5465902
commit
4cce705dc8
|
|
@ -65,6 +65,7 @@ func (c *Global) Defaults() {
|
|||
_, c.PrivateKey, _ = ed25519.GenerateKey(rand.New(rand.NewSource(0)))
|
||||
c.KeyID = "ed25519:auto"
|
||||
c.KeyValidityPeriod = time.Hour * 24 * 7
|
||||
c.PresenceEnabled = true
|
||||
|
||||
c.Kafka.Defaults()
|
||||
c.Metrics.Defaults()
|
||||
|
|
|
|||
Loading…
Reference in a new issue