Malik Mann
Malik Mann
That sounds logical. If you can tell me how to enable more verbose logging, or if you'd send me a debug build, I'd give you more info, as to me...
> @dermalikmann > > [app-debug.zip](https://github.com/user-attachments/files/21723894/app-debug.zip) > > This is the debug build (not Patreon though) of the upcoming v8.0.0 stable release. There is no API key inside so you can't...
@Docile-Alligator I might have found the culprit - although I can't explain why it happens. I belive it's got to do with the viewed post history. My main account, that...
Well, as far as I can extrapolate, it very much only delays it. If I can "activate" the bug by decreasing the limit, and "deactivate" the bug by increasing, its...
I don't know why, but this while loop [here](https://github.com/Docile-Alligator/Infinity-For-Reddit/blob/master/app%2Fsrc%2Fmain%2Fjava%2Fml%2Fdocilealligator%2Finfinityforreddit%2Freadpost%2FInsertReadPost.java#L14) feels sketchy to me. ``` while (readPostDao.getReadPostsCount(username) > limit && isReadPostLimit) { readPostDao.deleteOldestReadPosts(username); } ``` I feel like this could also...
I've got the same problem, ~~id say for about two weeks(?)~~. Additionally I also sometimes get the "reverse", with one notification showing the same message content twice. I'm using the...
Interesting... I can confirm this! Usually [`autoconfig.php`](https://github.com/nextcloud/docker/blob/master/20.0/apache/config/autoconfig.php) should handle this, but as you did not configure the Postgresconfig via the "normal" var, but instead used the secrets autoconfig did not...
I just read through #870 i could try to implement a test, but just as the other person, im not too familiar with nextcloud dev, so i need to take...
@blizzz I copied over the test @x7airworker did in their PR. I wanted to test for the other events as well, but neither the logout nor the user delete procedures...
Ok, so I took another look at this, and it turns out, blindly copying someone else's code is not always the best idea. The test where I copied the check...