From 2e20049b3695d0aa7ca09db079bcc39c0485d098 Mon Sep 17 00:00:00 2001 From: CH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com> Date: Sun, 9 Aug 2020 08:35:15 +0530 Subject: [WIP] Room-Verification Messages --- src/DeviceVerificationFlow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DeviceVerificationFlow.h') 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 room_id; std::optional event_id; - std::optional model_; + TimelineModel *model_; mtx::common::ReplyRelatesTo relation; }; -- cgit 1.5.1