Multiple UNNotificationContent objects can't share the same UNNotificationAttachment?

I'm trying to use the same image on multiple notifications in a particular notification "group" (same threadIdentifier). As far as I can tell, if multiple notifications have attachments that point to the same file url, the image will only show up on one notification. It seems kind of silly to write copies of the image file on disk for each notification?