Include LXMF address within webfinger

main
bashrc 2026-02-28 21:40:43 +00:00
parent 730893a112
commit ce77da201e
1 changed files with 2 additions and 1 deletions

View File

@ -536,7 +536,8 @@ def _webfinger_update_from_profile(wf_json: {}, actor_json: {}) -> bool:
"ssb": "ssb",
"briar": "briar",
"cwtch": "cwtch",
"tox": "toxId"
"tox": "toxId",
"lxmf": "lxmf"
}
aliases_not_found: list[str] = []