chore(release): map arnispiekus in AUTHOR_MAP

For PR #63581 salvage (telegram: require getUpdates progress before
polling is healthy).
This commit is contained in:
kshitijk4poor 2026-07-14 17:15:52 +05:30 committed by kshitij
parent adf62065a7
commit 444b5e96fa
2 changed files with 2 additions and 2 deletions

View file

@ -84,6 +84,7 @@ AUTHOR_MAP = {
"blueirobin02@gmail.com": "irresi", # PR #59048 salvage (gateway: scope reset banners' session info to the serving profile; #59003)
"jashlee+microsoft@microsoft.com": "s905060", # PR #57943 salvage (photon: auto-reinstall stale sidecar node_modules when lockfile is newer than npm's install marker; #59169)
"lohinth25@proton.me": "l0h1nth", # PR #32210 salvage (mattermost: accept leading-space slash commands from mobile clients; #25184)
"roseycomanagement@roseyco.co.uk": "arnispiekus", # PR #63581 salvage (telegram: require getUpdates progress before polling is healthy; #63243)
"perkintahmaz50@gmail.com": "devatnull", # PR #58704 salvage (whatsapp: native Baileys polls, clarify-as-poll, location pins, structured quoted replies, PTT/audio split, bridge_helpers extraction)
"tim@iteachyouai.com": "tjp2021", # PR #4097 salvage (copilot: per-turn x-initiator header so user prompts bill as premium requests; #3040)
"39274208+falkoro@users.noreply.github.com": "falkoro", # PRs #58519/#58520 salvage (config: env-ref-aware load_config cache invalidation; auxiliary: honor auxiliary.<task>.base_url/api_key with explicit provider arg)

View file

@ -3,8 +3,7 @@
import asyncio
import pytest
pytest.importorskip("telegram") # PTB is an optional dependency; skip if absent.
pytest.importorskip("telegram", reason="python-telegram-bot not installed")
from telegram.error import Conflict, TelegramError
from telegram.request import BaseRequest