Fixed buffered messages from ages ago getting sent
This commit is contained in:
+1
-1
@@ -711,8 +711,8 @@ private:
|
||||
};
|
||||
|
||||
struct MessageBuffer {
|
||||
QQueue<CallDetail> compound;
|
||||
CommandDetail cmd;
|
||||
QQueue<CallDetail> compound;
|
||||
QList<ActivityDetail> msgs;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user