Function lemmy_api::match_websocket_operation[][src]

pub async fn match_websocket_operation(
    context: LemmyContext,
    id: ConnectionId,
    op: UserOperation,
    data: &str
) -> Result<String, LemmyError>