add info page for files

This commit is contained in:
2026-04-01 20:39:25 +02:00
parent cf489c9f4a
commit 5bbc100d83
3 changed files with 207 additions and 2 deletions
+3 -1
View File
@@ -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,
"""