removed federation, closes #12
This commit is contained in:
@@ -34,7 +34,6 @@ func New() (*Config, error) {
|
||||
Port: env.String("port", defaultConfig.Port),
|
||||
NoEncryption: env.Bool("noencryption"),
|
||||
NoOwner: env.Bool("noowner"),
|
||||
Federation: env.Bool("federation"),
|
||||
MaxSize: env.Int("maxsize", defaultConfig.MaxSize),
|
||||
StatusMsg: env.String("statusmsg", defaultConfig.StatusMsg),
|
||||
Users: userPatterns,
|
||||
|
||||
@@ -20,8 +20,6 @@ type Config struct {
|
||||
NoEncryption bool
|
||||
// NoOwner allows room settings change by any participant
|
||||
NoOwner bool
|
||||
// Federation allows usage of Postmoogle by users from other homeservers
|
||||
Federation bool
|
||||
// Prefix for commands
|
||||
Prefix string
|
||||
// MaxSize of an email (including attachments)
|
||||
|
||||
Reference in New Issue
Block a user