From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [192.168.88.87] (unknown [36.78.50.60]) by gnuweeb.org (Postfix) with ESMTPSA id E14077E29A; Sat, 26 Feb 2022 17:11:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1645895515; bh=jRizg51OZWDISnQc1+LI6LXs8FBiYlxOcVIAjbluGjk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=iCb3mYLcIS4JX0vhVwvRzHvE8mG1BUllwqFlAnFw34AgrMwJovASHw3lhztMhXCnZ +e2EDccP1GMpiZN55A3xqqOCPAalJijLH83lQ4lkjpEy1EhxdpRaZopwjjNpwd2eX9 FQ6RUlLYA8qLpmWS5SwFgdLJFkGKSHdaWjzRi0sXcgy9ijAlNDvqrmOVSpRi3X+upe fdccxXPeGsjARExBY9/TpX1g0gXTmNeI46wZ0BLBIx4ecLZwapgsO9mamiQQ3ELuMO Ul0DUwUyZ9o3/wWLv9cEQbFbJ9d2OimtbhVX6kUalonfleYVYMVKzcta4DWIRi6AeY i1LruqztsdwvA== Message-ID: Date: Sun, 27 Feb 2022 00:11:44 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH pit 0/3] Add Telegram Notification Support Content-Language: en-US To: Alviro Iskandar Setiawan Cc: Nugra , Arthur Lapz , Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20220226165257.2417545-1-alviro.iskandar@gnuweeb.org> From: Ammar Faizi In-Reply-To: <20220226165257.2417545-1-alviro.iskandar@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 2/26/22 11:52 PM, Alviro Iskandar Setiawan wrote: > Hi sir, > > This series contains 3 patches to add Telegram notification support. > When someone is in the "To:" or "Cc:" list, they will be mentioned > in Telegram. > > [PATCH 1/3] > lib: Remove unnecessary var_dump. The var_dump() in sendFile() is not > needed. Maybe sir Ammar forgot to remove it when debugging :v > > [PATCH 2/3] > bin/public-inbox-tg: Add Telegram CC notification support. This adds > "Telegram-Cc:" header when a registered Telegram user is in the "To:" > or "Cc:" list. Use simple file lookup as the database. No SQL database > is involved. > > [PATCH 3/3] > data: Add GNU/Weeb friends: Add GNU/Weeb friends to file database. > This is important to generate notification in the "Telegram-Cc:" > header. > [...] Applied, thanks! [1/3] lib: Remove unnecessary var_dump commit: f0cab3bceef216612a8072b8d80a3389e60a3651 [2/3] bin/public-inbox-tg: Add Telegram CC notification support commit: b7a968b53f42f7392ac2fb3450524bb4a949baab [3/3] data: Add GNU/Weeb friends commit: f28aa882e6dbe164095a1a0fceacc6e72cf0991f Best regards, -- Ammar Faizi