diff options
author | CH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com> | 2020-08-09 08:35:15 +0530 |
---|---|---|
committer | CH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com> | 2020-08-09 08:35:15 +0530 |
commit | 2e20049b3695d0aa7ca09db079bcc39c0485d098 (patch) | |
tree | 664dfdabdd940f217fac4d55c55e9f47358036ee /src/DeviceVerificationFlow.h | |
parent | Add Room Verification Messages (diff) | |
download | nheko-2e20049b3695d0aa7ca09db079bcc39c0485d098.tar.xz |
[WIP] Room-Verification Messages
Diffstat (limited to 'src/DeviceVerificationFlow.h')
-rw-r--r-- | src/DeviceVerificationFlow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DeviceVerificationFlow.h b/src/DeviceVerificationFlow.h index bec9f1e0..1ad3b1d0 100644 --- a/src/DeviceVerificationFlow.h +++ b/src/DeviceVerificationFlow.h @@ -126,6 +126,6 @@ private: // for room messages std::optional<std::string> room_id; std::optional<std::string> event_id; - std::optional<TimelineModel *> model_; + TimelineModel *model_; mtx::common::ReplyRelatesTo relation; }; |