Hunter Skrasek

Results 4 comments of Hunter Skrasek

Getting this on PHP 5.6.16 during first run.

Tried doing this, but since the codebase I'm working on is still Laravel 4.2, getting dependency conflicts. Will have to try this on a newer codebase

For anyone still having an issue with this, it seems that avatar uploads are not properly setting the cdn_url property. I had to change the following lines https://github.com/pixelfed/pixelfed/blob/dev/app/Profile.php#L177-L179 to this:...

@oliverbj The solution I highlighted in the original issue is how we handle this right now. It's a little "clunk" or duplicative across multiple jobs, but that `if` statement at...