Skip to content
#

pixelfed

Here are 26 public repositories matching this topic...

natjms
natjms commented May 15, 2022

I noticed that if you access your own profile by tapping on the header of one of your own posts, your profile gets pulled up using the ViewProfile component instead of the normal Profile screen. The only difference is that you get the back header, and most obviously, you see a list of mutuals with yourself. This could be fixed by making a check before navigating to ViewProfile to see if you're jus

bug good first issue
lapineige
lapineige commented Sep 29, 2020

See : YunoHost-Apps/pixelfed_ynh#118 (comment)

PHP default upload limit is too low¹ for Pixelfed default value. Also users could change Pixelfed value without any visible effect, because of PHP limit.

¹ it seems to be 2MB by default, which is limited for images and well too low for videos…

What needs to be done:

  • Add new php upload limit (with
enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the pixelfed topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pixelfed topic, visit your repo's landing page and select "manage topics."

Learn more