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:
@@ -169,7 +169,7 @@ type DeleteMessageParams struct {
|
||||
|
||||
// DeleteMessage removes a message from a chat. Used as best-effort replay
|
||||
// defense after a successful /auth (we delete the message that contained
|
||||
// the secret). See factory/docs/adr/20260509-telegram-gateway-auth.md.
|
||||
// the secret). See factory/doc/adr/20260509-telegram-gateway-auth.md.
|
||||
func (c *TelegramClient) DeleteMessage(ctx context.Context, token string, chatID, messageID int64) error {
|
||||
body, err := json.Marshal(DeleteMessageParams{ChatID: chatID, MessageID: messageID})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user