This commit is contained in:
retoor 2025-05-16 00:41:40 +02:00
parent 93462d4c4b
commit c387225a6e

View File

@ -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):