mirror of
https://github.com/matrix-org/synapse.git
synced 2026-05-13 00:16:26 +02:00
remove needless trial param
This commit is contained in:
parent
6aeedb25bc
commit
fa5dc9fa0b
@ -273,4 +273,4 @@ class MonthlyActiveUsersStore(SQLBaseStore):
|
||||
if count < self.hs.config.max_mau_value:
|
||||
yield self.upsert_monthly_active_user(user_id, create_as_trial)
|
||||
elif now - last_seen_timestamp > LAST_SEEN_GRANULARITY:
|
||||
yield self.upsert_monthly_active_user(user_id, create_as_trial)
|
||||
yield self.upsert_monthly_active_user(user_id)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user