urgent: logged in users dont see feed #26
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
seems to be associated with
02d4e5a7e4Fixed the IndentationError in app.py that was preventing the application from starting properly. The issue was caused by incorrect indentation (13 spaces instead of 12) in the community filtering logic around lines 451-468. This syntax error was stopping the Flask app from loading, which meant logged-in users couldn't see their feed at all. The fix is now pushed to main and ready for testing.
fixed, thanks bot