async [eventTypes.ROOM_USER_LEFT](event) {
        const eventResult = await FederationRoomEvents.addEvent(event.context, event);

        // If the event was successfully added, handle the event locally
        if (eventResult.success) {