Here, no?
@database_sync_to_async
@database_sync_to_async
async def connect(self, **kwargs):
await self.model_change.subscribe()
await super().connect()
Room.objects.add("some_room", self.channel_name, self.scope["user"])