Permissions only needs a roomid to function
This commit is contained in:
parent
59a2630be7
commit
60b3c34d78
4 changed files with 7 additions and 6 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue