summary refs log tree commit diff
path: root/src/timeline/TimelineModel.cpp
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-06-12 13:17:31 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-07-20 21:47:32 -0400
commit60b3c34d78120d10114fc14600b2b142bbc80362 (patch)
tree21af79f302cc50a81b6a93d2083a42bd09ec5380 /src/timeline/TimelineModel.cpp
parentSimplify room details access (diff)
downloadnheko-60b3c34d78120d10114fc14600b2b142bbc80362.tar.xz
Permissions only needs a roomid to function
Diffstat (limited to '')
-rw-r--r--src/timeline/TimelineModel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp

index ebbca6f4..516a499b 100644 --- a/src/timeline/TimelineModel.cpp +++ b/src/timeline/TimelineModel.cpp
@@ -318,6 +318,7 @@ TimelineModel::TimelineModel(TimelineViewManager *manager, QString room_id, QObj , events(room_id.toStdString(), this) , room_id_(room_id) , manager_(manager) + , permissions_{room_id} { lastMessage_.timestamp = 0;