summary refs log tree commit diff
path: root/src/RoomList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/RoomList.cpp')
-rw-r--r--src/RoomList.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/RoomList.cpp b/src/RoomList.cpp

index 1c7c340d..764fabb4 100644 --- a/src/RoomList.cpp +++ b/src/RoomList.cpp
@@ -94,9 +94,6 @@ RoomList::addRoom(const QString &room_id, const RoomInfo &info) void RoomList::updateAvatar(const QString &room_id, const QString &url) { - if (url.isEmpty()) - return; - emit updateRoomAvatarCb(room_id, url); }