Files
blap/modules
Andrew Morgan 9f4ca6f7e6 Store registered users in a namespaced table, deactivate upon expiry
To deactivate users, we need their `actor_user_id` (MAS-specific). I don't believe there's a way to get this from Synapse. So, we store user's detailed in a namespaced table upon registering them, along with the creation timestamp, and deactivate them once they're considered expired.
2026-01-16 18:05:33 +00:00
..
2025-12-18 10:52:10 +01:00
2025-01-27 10:11:16 +00:00

Example and modules we maintain live here. Each module may have multiple components, e.g. element-web + synapse, which are structured in subdirectories therein.