Skip to content

Instantly share code, notes, and snippets.

@iaindooley
Created September 25, 2021 00:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save iaindooley/1050206046077b04c489433f0f85d9e6 to your computer and use it in GitHub Desktop.
Save iaindooley/1050206046077b04c489433f0f85d9e6 to your computer and use it in GitHub Desktop.
removeAllAttachments
new Notification(notification).addedLabel("Remove All Attachments").card().attachments().each(function(att)
{
att.remove();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment