Excho

Results 7 comments of Excho

The code that causes the error: /var/www/nextcloud/apps/circles/lib/Activity/Provider.php ----------------------------------------------------------- private function setIcon(IEvent $event): void { $path = $this->urlGenerator->imagePath( Application::APP_ID, 'circles.' . $this->activityManager->getRequirePNG() ? 'png' : 'svg' ); $event->setIcon($this->urlGenerator->getAbsoluteURL($path)); } ----------------------------------------------------------- and...

as i said I was looking in to the source code and It appears that they have already fixed the bug using a different version from the provided fix above....

I've noticed an issue with the current logic of the WebUI source code for deleting files. Specifically, the code is not actually removing the file from the filesystem due to...

Hi everyone, I’m thrilled to share that I’m making great progress! I’m putting the finishing touches on the updates and plan to commit the changes and mark this as ready...

Hi everyone! 👋 Just a quick update on the feature. I’m super close to committing the changes, but during testing, I noticed a few more tweaks are needed to make...

Hi everyone! 👋 I’m excited to let you know that I’ve committed the changes to the feature! 🎉 The final tweaks are in place, and everything seems to work and...

The code that causes the error: /var/www/nextcloud/apps/circles/lib/Activity/Provider.php ----------------------------------------------------------- private function setIcon(IEvent $event): void { $path = $this->urlGenerator->imagePath( Application::APP_ID, 'circles.' . $this->activityManager->getRequirePNG() ? 'png' : 'svg' ); $event->setIcon($this->urlGenerator->getAbsoluteURL($path)); } ----------------------------------------------------------- and...