Cache strict sysident mappings
[quassel.git] / src / core / sqlitestorage.h
index 15d5437..fcc85ff 100644 (file)
@@ -107,6 +107,7 @@ public slots:
     QList<Message> requestAllMsgs(UserId user, MsgId first = -1, MsgId last = -1, int limit = -1) override;
 
     /* Sysident handling */
+    virtual QMap<UserId, QString> getAllAuthusernames();
     virtual const QString getAuthusername(UserId user);
 
 protected: