Permissions only needs a roomid to function

This commit is contained in:
Loren Burkholder 2021-06-12 13:17:31 -04:00
parent 59a2630be7
commit 60b3c34d78
4 changed files with 7 additions and 6 deletions

View file

@ -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;