diff --git a/backends/swiften/main.cpp b/backends/swiften/main.cpp index 7af2703b..3ccc632e 100644 --- a/backends/swiften/main.cpp +++ b/backends/swiften/main.cpp @@ -307,7 +307,6 @@ class SwiftenPlugin : public NetworkPlugin { client->getPresenceOracle()->onPresenceChange.disconnect(boost::bind(&SwiftenPlugin::handleSwiftPresenceChanged, this, user, _1)); client->disconnect(); m_mucs.erase(user); - m_users.erase(user); } }