Log registration flows

This commit is contained in:
Nicolas Werner 2023-01-12 02:49:50 +01:00
parent a90b46026b
commit 0833b39781
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
4 changed files with 6 additions and 115 deletions

View file

@ -164,6 +164,10 @@ RegisterPage::versionsCheck()
return;
}
for (const auto &f : e->matrix_error.unauthorized.flows)
nhlog::ui()->debug("Registration flows for server: {}",
fmt::join(f.stages, ", "));
supported_ = true;
lookingUpHs_ = false;
emit lookingUpHsChanged();