Description:
After updating the bot's avatar through the Synapse admin panel, the following occurred:
- Postmoogle sent a greeting message ("Hello, kupo!") to an existing room with an already configured mailbox
- Emails sent to the configured mailbox (
mailname@nameserver.com) stopped arriving in the Matrix room
Steps to reproduce:
- Have a working Postmoogle mailbox configured in a room
- Update bot's avatar via Synapse Admin API
- Greeting message is triggered unexpectedly
- Incoming emails no longer delivered to the room
Expected behavior:
- Avatar update should not trigger membership events that activate the greeting flow
- Existing mailbox configuration should remain functional
Actual behavior:
- Greeting message triggered as if it's a new room
- Email delivery stopped (unclear if related or coincidental with maintenance)