Implement core-side highlights
[quassel.git] / src / core / abstractsqlstorage.h
index 8a58be9..6eb5f8e 100644 (file)
@@ -233,6 +233,7 @@ public:
         int lastmsgid;
         int lastseenmsgid;
         int markerlinemsgid;
+        int bufferactivity;
         QString key;
         bool joined;
     };
@@ -244,6 +245,7 @@ public:
         int type;
         int flags;
         int senderid;
+        QString senderprefixes;
         QString message;
     };