feat: add settings as a bridge distribution method
This commit is contained in:
parent
9caf1deb74
commit
75ea0b22d7
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ def bridgeconf_new(group_id: Optional[int] = None) -> ResponseReturnValue:
|
|||
("any", "Any (BridgeDB)"),
|
||||
("email", "E-Mail (BridgeDB)"),
|
||||
("moat", "Moat (BridgeDB)"),
|
||||
("settings", "Settings (BridgeDB)"),
|
||||
("https", "HTTPS (BridgeDB)"),
|
||||
("none", "None (Private)")
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue