Fix sending confetti

This commit is contained in:
Nicolas Werner 2022-12-16 17:24:52 +01:00
parent 0d0c6187c0
commit 1a9f7860d4
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
3 changed files with 3 additions and 3 deletions

View file

@ -3251,7 +3251,7 @@ Cache::pendingEvents(const std::string &room_id)
std::optional<mtx::events::collections::TimelineEvent>
Cache::firstPendingMessage(const std::string &room_id)
{
auto txn = ro_txn(env_);
auto txn = lmdb::txn::begin(env_);
auto pending = getPendingMessagesDb(txn, room_id);
try {