Skip to content
Snippets Groups Projects
Commit 6d314350 authored by deuce's avatar deuce
Browse files

Add number property to msg objects. (Redundant, but nice)

parent 11d8bda5
Branches
Tags
No related merge requests found
......@@ -51,6 +51,7 @@ function get_my_message_offsets()
msg["hdr"]=hdr;
msg.idx=idx;
msg.offset=last_offset;
msg.number=idx.number;
offsets.push(msg);
}
return(offsets);
......@@ -70,6 +71,7 @@ function get_all_message_offsets()
msg.hdr=hdr;
msg.idx=idx;
msg.offset=last_offset;
msg.number=idx.number;
offsets.push(msg);
}
return(offsets);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment