Skip to content
Snippets Groups Projects
Verified Commit 383b962f authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add missing default to preferences

parent 2e812f7d
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ class Homeserver(StringPreference):
section = matrix
name = "homeserver"
verbose_name = _("URL of Matrix homeserver")
default = ""
@site_preferences_registry.register
......@@ -20,3 +21,4 @@ class AccessToken(StringPreference):
section = matrix
name = "access_token"
verbose_name = _("Access token to access homeserver")
default = ""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment