docs: align ADR path references to doc/adr (singular)
All checks were successful
Docker Build / build-and-push-image (push) Successful in 56s
All checks were successful
Docker Build / build-and-push-image (push) Successful in 56s
Mirror of factory#8 path correction. Updates Gitea URLs in AUTH.md / HOWTO_ADD_BOT.md and the '// Voir factory/...' header comments in code.
This commit is contained in:
@@ -48,7 +48,7 @@ func (u Update) ChatID() (int64, bool) {
|
||||
|
||||
// UserID extracts the Telegram user ID (`from.id`) from whichever sub-payload
|
||||
// is set. Used by the auth layer (factory bot session, requireAuth gate, allowlist).
|
||||
// See factory/docs/adr/20260509-telegram-gateway-auth.md.
|
||||
// See factory/doc/adr/20260509-telegram-gateway-auth.md.
|
||||
func (u Update) UserID() (int64, bool) {
|
||||
switch {
|
||||
case u.Message != nil && u.Message.From != nil:
|
||||
|
||||
Reference in New Issue
Block a user