Update.
This commit is contained in:
parent
93462d4c4b
commit
c387225a6e
@ -86,7 +86,7 @@ class ChannelService(BaseService):
|
||||
if (
|
||||
datetime.fromisoformat(now())
|
||||
- datetime.fromisoformat(user["last_ping"])
|
||||
).total_seconds() < 20:
|
||||
).total_seconds() < 180:
|
||||
yield user
|
||||
|
||||
async def get_for_user(self, user_uid):
|
||||
|
Loading…
Reference in New Issue
Block a user