No description
Find a file
Kumi 5bb74d5389
fix: Reorders auto-join logic post-registration
Moves auto-join functionality for newly registered users to
occur after sending the registration approval email. Ensures
user feedback through email is handled before attempting room
joins, potentially improving user experience.
2024-11-16 20:23:20 +01:00
.vscode feat: Add initial Synapse registration Django app 2024-11-16 15:22:46 +01:00
src/synapse_registration fix: Reorders auto-join logic post-registration 2024-11-16 20:23:20 +01:00
.gitignore feat: Add initial Synapse registration Django app 2024-11-16 15:22:46 +01:00
config.dist.yaml feat: Add automatic room joining for new users 2024-11-16 20:19:48 +01:00
LICENSE feat: Add initial Synapse registration Django app 2024-11-16 15:22:46 +01:00
pyproject.toml chore: Updates Python requirement to >=3.11 2024-11-16 18:52:36 +01:00
README.md feat: Add initial Synapse registration Django app 2024-11-16 15:22:46 +01:00