remove the enable field, seemingly a remnant of #236

This commit is contained in:
Kiara Grouwstra 2025-03-22 11:53:59 +01:00
parent de33e888c7
commit 1f5ab5320c
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -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):