mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 21:44:52 -04:00
rename _user_last_seen_monthly_active
This commit is contained in:
parent
c1f9dec92a
commit
885ea9c602
4 changed files with 19 additions and 18 deletions
|
@ -789,7 +789,7 @@ class Auth(object):
|
|||
if self.hs.config.limit_usage_by_mau is True:
|
||||
# If the user is already part of the MAU cohort
|
||||
if user_id:
|
||||
timestamp = yield self.store._user_last_seen_monthly_active(user_id)
|
||||
timestamp = yield self.store.user_last_seen_monthly_active(user_id)
|
||||
if timestamp:
|
||||
return
|
||||
# Else if there is no room in the MAU bucket, bail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue