Add signal/slot for decryption changes in last patch

This commit is contained in:
Joseph Donofry 2020-04-22 19:52:30 -04:00
parent a4c280a4f9
commit b298f01d92
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB
9 changed files with 34 additions and 2 deletions

View file

@ -502,6 +502,13 @@ isMessage(const mtx::events::Event<T> &)
return false;
}
template<typename T>
auto
isMessage(const mtx::events::EncryptedEvent<T> &)
{
return true;
}
void
TimelineModel::updateLastMessage()
{