Cache strict sysident mappings
[quassel.git] / src / core / postgresqlstorage.h
index ad09ff9..2445c61 100644 (file)
@@ -106,6 +106,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: