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…
Reference in New Issue