core: Fix SQLite realname/avatarurl handling
[quassel.git] / src / core / coreapplication.cpp
index 91c4171..25dd685 100644 (file)
@@ -56,7 +56,8 @@ bool CoreApplicationInternal::init()
     _coreCreated = true;
 
     Quassel::registerReloadHandler([]() {
-        // Currently, only reloading SSL certificates is supported
+        // Currently, only reloading SSL certificates and the sysident cache is supported
+        Core::cacheSysIdent();
         return Core::reloadCerts();
     });