Adapt to libquotient api changes
This commit is contained in:
committed by
Tobias Fella
parent
793f81e733
commit
8ca1b8b1d3
@@ -113,8 +113,8 @@ void EventMessageContentModel::initializeModel()
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
#if Quotient_VERSION_MINOR > 9
|
#if Quotient_VERSION_MINOR > 9
|
||||||
connect(m_room, &Room::newThread, this, [this](const Thread &newThread) {
|
connect(m_room, &Room::newThread, this, [this](const auto &newThread) {
|
||||||
if (newThread.threadRootId == m_eventId) {
|
if (newThread == m_eventId) {
|
||||||
resetContent();
|
resetContent();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user