Events are being published multiple times
After seeing a huge surge in my logs of EVENT messages from mostr, I realized the same ActivityPub object was being rendered multiple times. Same ID but different signatures, so it's being signed multiple times. This is a waste of CPU. I haven't narrowed down what's causing it yet, but as a quick solution I prevented duplicate events from being published in b9150478
