Start adding tests for RoomManager

This commit is contained in:
Tobias Fella
2025-08-12 23:28:45 +02:00
committed by Tobias Fella
parent 096842bd3a
commit 39abf6b5f3
5 changed files with 210 additions and 19 deletions

View File

@@ -245,6 +245,7 @@ void RoomManager::maximizeMedia(const QString &eventId)
const auto index = m_mediaMessageFilterModel->getRowForEventId(eventId);
if (index == -1) {
qWarning() << "Tried to open media for unknown event id" << eventId;
return;
}