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

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