From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.0.0.0/16 X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out2.migadu.com (out2.migadu.com [IPv6:2001:41d0:2:aacc::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 2422B1F8C7 for ; Wed, 30 Jun 2021 02:38:06 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1625020680; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=3VHJkkXoVnyyKYolfzQmfQopRySfponPiYMabHVewhQ=; b=NRAFam31L7pVSQQq7PZMLhQtPXzlg7H57qM++Sv/iGJQXhlB6HCeMLXl7tCeO7ZsbD5Izv lKBzgpd8JjeFwtWAeJHIEWXl6sQMhU5DVKpXRQSikfoBtIsIWYqATzN39IKQJNecGALopP Bnw0mDO8L36A27VRhKqVYvgegzWvQIW2CDpWgxCwad1D40LVNEuCQs/97yuoNi1ZRkChAb myaMEL+CxX3dw9jl/zckywwHGivpl/VGWSO5TttAyfZW+FGp4XH/GhCdsPk9FZ3iSU7zEf /fKc4Kr/Kw6UeuIOmCfS5xG+D38Adjb4//q/fBRpbUaucaaBLxCRUqUaNL8wOw== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH] www: fix manifest.js.gz for default publicInbox.grokManifest In-Reply-To: <20210628215906.26944-1-e@80x24.org> References: <87fsx3128a.fsf@kyleam.com> <20210628215906.26944-1-e@80x24.org> Date: Tue, 29 Jun 2021 22:37:57 -0400 Message-ID: <87y2ascc1m.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: Eric Wong writes: > Fixes: 520be116e8a686cb ("www_listing: start updating for pagination + search") Confirmed. Thank you for the quick fix.