[WIP] Room Verification Works!
This commit is contained in:
parent
2e20049b36
commit
8a4bd37fea
9 changed files with 114 additions and 89 deletions
|
|
@ -211,8 +211,9 @@ UserProfile::createFlow(bool isVerifyUser)
|
|||
<< std::endl;
|
||||
if (this->roomid_.toStdString() == room_id) {
|
||||
auto newflow = new DeviceVerificationFlow(
|
||||
this, DeviceVerificationFlow::Type::RoomMsg);
|
||||
newflow->setModel(this->model);
|
||||
this,
|
||||
DeviceVerificationFlow::Type::RoomMsg,
|
||||
this->model);
|
||||
return (std::move(newflow));
|
||||
} else {
|
||||
std::cout << "FOUND A ENCRYPTED ROOM BUT CURRENTLY "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue