mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-01 04:46:47 -05:00
fixed QuickView filtering system
This commit is contained in:
parent
26792a7471
commit
b5b2c430c5
8 changed files with 132 additions and 141 deletions
|
|
@ -241,6 +241,7 @@ struct MsgInfoSummary : RsSerializable
|
|||
RsPeerId srcId;
|
||||
|
||||
uint32_t msgflags;
|
||||
std::list<uint32_t> msgtags; // that leaves 25 bits for user-defined tags.
|
||||
|
||||
std::string title;
|
||||
int count; /* file count */
|
||||
|
|
@ -253,6 +254,7 @@ struct MsgInfoSummary : RsSerializable
|
|||
RS_SERIAL_PROCESS(srcId);
|
||||
|
||||
RS_SERIAL_PROCESS(msgflags);
|
||||
RS_SERIAL_PROCESS(msgtags);
|
||||
|
||||
RS_SERIAL_PROCESS(title);
|
||||
RS_SERIAL_PROCESS(count);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue