Closed TheFabulousPika closed 4 years ago
Expired invitation
<div class="msgText " data-copytext="">
<div class="ChatMessageInvite InviteExpired">
<div class="postedExpiredInvite">A Group Chat invite was shared that is no longer valid</div>
</div>
</div>
else if (checkFormatting(thisMsgNode,"ChatMessageInvite")){
if (checkFormatting(thisMsgNode,"InviteExpired")){
cleanedMsgText = 'A Group Chat invite was shared that is no longer valid';
}
else {
cleanedMsgText = grabFirstInnerHTMLQueryClass(thisMsgNode,"inviteLabel") + '<br />' + grabFirstInnerHTMLQueryClass(thisMsgNode,"groupName");
}
}