-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Couldn't see messages, then kick failed #12361
Comments
Looking at matrix.org, Could you dig out the SELECT event_id, FROM events WHERE event_id IN ('$UXuGlu7TKxSxiusMcp_RtAjVN0VgTg7bd911GwGU0Bg', '$Qb_j-UHGH_KdxjZ8-XOYsVgI-3ojjgCcV0py7G1kUHs'); Also are you running any modules that could reject events? |
|
Thanks for digging that out! The rejected join event (
The previous join event (
|
this smells related to #9595 - which, as that issue says, is fixed for "new" events, but we have never done anything about cleaning up existing events. |
Are we happy to close this as a duplicate then? |
Closing as duplicate of #9595. |
Description
Something very weird happened in #conduit (but between two synapse users):
I couldn't see messages from one user, synapse logs showed this:
Apr 02 21:53:12 matrix matrix-synapse[3871922]: 2022-04-02 19:53:12,495 - synapse.handlers.federation_event - 1415 - WARNING - _process_incoming_pdus_in_room_inner-56126-$UXuGlu7TKxSxiusMcp_RtAjVN0VgTg7bd911GwGU0Bg - While checking auth of <FrozenEventV3 event_id=$UXuGlu7TKxSxiusMcp_RtAjVN0VgTg7bd911GwGU0Bg, type=[m.room](http://m.room/).message, state_key=None, outlier=False> against auth_events: 403: During auth for event $UXuGlu7TKxSxiusMcp_RtAjVN0VgTg7bd911GwGU0Bg: found rejected event $Qb_j-UHGH_KdxjZ8-XOYsVgI-3ojjgCcV0py7G1kUHs in the state
I tried to kick the user, but got an error message along the lines of "could not find event $asdf". Unfortunately I don't have the exact message.
My server does not show a kick event. The user I tried to kick does not see the kick event. But a user from another hs can see it. I couldn't find anything about this in synapse logs
The user left the room themselves and rejoined. After that I could see their messages again
Steps to reproduce
Version information
My server: {"server_version":"1.55.2","python_version":"3.9.11"}
The server of the user I tried to kick: {"server_version":"1.53.0","python_version":"3.8.9"}
The text was updated successfully, but these errors were encountered: