Files
vanessa_bot_vanity/app/modules/database.py
google-labs-jules[bot] 27023348b4 feat: Disable user registration persistence
This change modifies the mock database module to make the bot completely stateless regarding user registration.

- The `chat_id_exists` function now always returns `False`.
- The `register_user` function is now a no-op, returning `True` without storing any data.

This allows the registration flow to be run repeatedly for testing purposes, as requested by the user.
2025-12-23 19:39:11 +00:00

597 B