DzIGIBAUER
Results
2
comments of
DzIGIBAUER
I think you can achieve that by using setting up row level security. Add new RLS to your documents table with following USING and WHERE expression: ```sql ((auth.uid())::text = (metadata...
I just downloaded this and latest version of python-telegram-bot 20.3 and I had to re implement the `persistence.py` since ```py from telegram.ext.utils.types import BD, CD, UD, CDCData, ConversationDict ``` should...