synapse/tests/handlers
Matthew Hodgson 6dac856411 add mau_trial_days config param.
only consider users MAU after they've been around N days.
This is an alternative implementation to https://github.com/matrix-org/synapse/pull/3739
as suggested by @neilisfragile, which is much simpler as you just hold off adding
users to the MAU table until they've been active for more than N days.
2018-08-23 01:39:01 +02:00
..
__init__.py Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
test_appservice.py Run black. 2018-08-10 23:54:09 +10:00
test_auth.py add mau_trial_days config param. 2018-08-23 01:39:01 +02:00
test_device.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00
test_directory.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00
test_e2e_keys.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00
test_presence.py Run black. 2018-08-10 23:54:09 +10:00
test_profile.py Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_profiles 2018-08-17 14:15:48 +01:00
test_register.py add mau_trial_days config param. 2018-08-23 01:39:01 +02:00
test_sync.py add mau_trial_days config param. 2018-08-23 01:39:01 +02:00
test_typing.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00