mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-02-16 22:34:32 +00:00
fix: change roundcube to webmail
This commit is contained in:
parent
a00c4d4268
commit
31feeb211d
|
@ -50,7 +50,7 @@ class Roundcube(Service):
|
||||||
if "roundcube" in data["modules"]:
|
if "roundcube" in data["modules"]:
|
||||||
return data["modules"]["roundcube"]["subdomain"]
|
return data["modules"]["roundcube"]["subdomain"]
|
||||||
|
|
||||||
return "roundcube"
|
return "webmail"
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def is_movable() -> bool:
|
def is_movable() -> bool:
|
||||||
|
|
Loading…
Reference in a new issue