You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
We chatted a bit about this in #synapse-dev:matrix.org and realize that this is highlighting a bug in the servlet!
The txn_id should be passed into send_notice method and then passed through into create_and_send_nonmember_event (see RoomSendEventRestServlet for the proper way to do this).
It was also pointed out that some more magic might be needed to avoid creating duplicate server-notice rooms too, but maybe we can leave that to a follow-up and just add a note about it.