add info page for files
This commit is contained in:
@@ -90,7 +90,9 @@ class ConvexDB(ConvexDbBase):
|
||||
)
|
||||
return data
|
||||
|
||||
async def get_file_access(self, file_id: str):
|
||||
async def get_file_access(self, file_id:str, user_id:str):
|
||||
return []
|
||||
|
||||
data = await self.run_query_with_reconnection(
|
||||
self.client.query_single,
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user