forked from Fediversity/Fediversity
remove the enable field, seemingly a remnant of #236
This commit is contained in:
parent
de33e888c7
commit
1f5ab5320c
1 changed files with 0 additions and 5 deletions
|
@ -31,11 +31,6 @@ class Mastodon(BaseModel):
|
|||
|
||||
|
||||
class Configuration(BaseModel):
|
||||
enable: bool = Field(
|
||||
default=False,
|
||||
description="Enable the configuration",
|
||||
)
|
||||
|
||||
# XXX: hard-code available apex domains for now,
|
||||
# they will be prefixed by the user name
|
||||
class Domain(Enum):
|
||||
|
|
Loading…
Add table
Reference in a new issue