Add functionality to remove deactivated users from the monthly_active_users table (#10947)
* add test * add function to remove user from monthly active table in deactivate code * add function to remove user from monthly active table * add changelog entry * update changelog number * requested changes * update docstring on new function * fix lint error * Update synapse/storage/databases/main/monthly_active_users.py Co-authored-by:Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Showing
- changelog.d/10947.bugfix 1 addition, 0 deletionschangelog.d/10947.bugfix
- synapse/handlers/deactivate_account.py 4 additions, 0 deletionssynapse/handlers/deactivate_account.py
- synapse/storage/databases/main/monthly_active_users.py 24 additions, 0 deletionssynapse/storage/databases/main/monthly_active_users.py
- tests/test_mau.py 34 additions, 3 deletionstests/test_mau.py
Loading