Skip to content

Instantly share code, notes, and snippets.

@Pmmlabs
Last active August 25, 2017 10:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pmmlabs/16a30a010aec2218b892bb003123dcdd to your computer and use it in GitHub Desktop.
Save Pmmlabs/16a30a010aec2218b892bb003123dcdd to your computer and use it in GitHub Desktop.
function addGroupToReplyList(id) {
var obj = [id,"","/","my_group"];
if (!window.replyAsList)
replyAsList = [];
replyAsList.push(obj);
if (!window.replyAsData)
replyAsData = {};
replyAsData[id]=obj;
}
addGroupToReplyList(-123456);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment