Skip to content

Remove dead code: utils/deeplink.py is unused #37

@fengtality

Description

@fengtality

Summary

utils/deeplink.py contains a decode_deeplink() function for decoding base64url-encoded server credentials from Telegram deep links (t.me/condorbot?start=<payload>).

This function is never imported or called anywhere in the codebase. There is also no corresponding encode_deeplink — nothing generates these links.

Recommendation

Delete utils/deeplink.py. If deep link registration is needed in the future, it can be reimplemented with proper encryption (current implementation uses plain base64 encoding, which is not secure for credentials).

Found during

Code review of PR #36.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions