Update telegram-approval-join submodule and apply branding patches

This commit is contained in:
Astra 2026-03-09 20:53:04 +00:00
parent 015f99dc83
commit 8aa8521304
5 changed files with 80 additions and 21 deletions

View file

@ -13,7 +13,7 @@ const (
AdminDeclinedMsg = "❌ Join #request declined for %s [<code>%d</code>]\n\n<b>Join reason</b>: %s\n<b>Declined by</b>: %s\n<b>Declined at</b>: %s\n<b>Declined reason</b>: %s"
AdminBannedMsg = "🚫 Join #request banned for %s [<code>%d</code>]\n\n<b>Join reason</b>: %s\n<b>Banned by</b>: %s\n<b>Banned at</b>: %s\n<b>Banned until</b>: %s"
AdminFailedMsg = "⚠️ Join #request failed for %s [<code>%d</code>]\n\n<b>Join reason</b>: %s\n<b>Failure reason</b>: %s"
defaultReason = "(no reason provided, reply to this to set one, prepend with + to also send to user)"
defaultReason = "(no reason provided, reply to this message to send one to the user, prepend with / to just set it)"
)
// Types shared by handler files