Fixed buffered messages from ages ago getting sent

This commit is contained in:
Jordan Sherer
2018-09-11 17:41:21 -04:00
parent 9f25842c79
commit e699d2e081
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -711,8 +711,8 @@ private:
};
struct MessageBuffer {
QQueue<CallDetail> compound;
CommandDetail cmd;
QQueue<CallDetail> compound;
QList<ActivityDetail> msgs;
};