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
|
||||
connect(m_room, &Room::newThread, this, [this](const Thread &newThread) {
|
||||
if (newThread.threadRootId == m_eventId) {
|
||||
connect(m_room, &Room::newThread, this, [this](const auto &newThread) {
|
||||
if (newThread == m_eventId) {
|
||||
resetContent();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user