diff options
Diffstat (limited to 'lib/room.cpp')
-rw-r--r-- | lib/room.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/room.cpp b/lib/room.cpp index 2b81d47d..b7e8195d 100644 --- a/lib/room.cpp +++ b/lib/room.cpp @@ -1296,7 +1296,7 @@ bool Room::processCall(Room* room, const RoomEvent* event) if (!room->isCallSupported()) { qCDebug(MAIN) << "Got call event in room with more then two" << "members, Ignoring this event!"; - return true; + return false; } emit callEvent(room, event); return false; |