notmarrco
notmarrco
Answering my own questions and closing this issue since it's not dendrite related. A very good explanation lives here : https://github.com/vector-im/element-android/blob/main/docs/notifications.md sadly I didn't found this page at first (and...
It seems I had the same problem after a power shutdown. Removing the jetstream folder fixed it thanks @spaetz , but I lost all unbridged messages. By the way, when...
Thank you @balrok , for the "fix" or "hack" !! I had the same error, and at first I tried to remove the "RECURRENCE-ID" lines, but after that I got...
I was indeed talking about patch and not minor version, thanks.
Hi @thim81 , I may be too late, but I think you should use ``` $importBuilder->buildFromRequest($importRequest); ``` instead of ```$importBuilder->build(``` :)
Hi Here is my configuration : ``` yml importers: generic_importer: #some context information that is passed through the whole process context: key: generic_importer #automaticly recognize this importer by meeting of...
Hi, thanks for your answer. I will wait for @mathielen then. I also think it can be related to the ImportEngine, and the auto csv class : it seems that...
Hi, Any update on this ? I would really like to avoid using the "source" field and only use the auto discovering of files using the "preconditions" if I can...
Hello again, I'm willing to fix this, but I'm not sure what is the right way to do it. Until now I just uploaded files with the same name, but...
Ok I was totally wrong before :) it works when I have a *source storage* defined, because then it uses the ```getFields()``` with the right format, but I can't have...