mirror of https://gitlab.com/bashrc2/epicyon
Include LXMF address within webfinger
parent
730893a112
commit
ce77da201e
|
|
@ -536,7 +536,8 @@ def _webfinger_update_from_profile(wf_json: {}, actor_json: {}) -> bool:
|
||||||
"ssb": "ssb",
|
"ssb": "ssb",
|
||||||
"briar": "briar",
|
"briar": "briar",
|
||||||
"cwtch": "cwtch",
|
"cwtch": "cwtch",
|
||||||
"tox": "toxId"
|
"tox": "toxId",
|
||||||
|
"lxmf": "lxmf"
|
||||||
}
|
}
|
||||||
|
|
||||||
aliases_not_found: list[str] = []
|
aliases_not_found: list[str] = []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue