Log registration flows
This commit is contained in:
parent
a90b46026b
commit
0833b39781
4 changed files with 6 additions and 115 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue