FreeFeed / freefeed-server

FreeFeed server
https://freefeed.net
MIT License
41 stars 18 forks source link

Show available private groups in the list of all groups #616

Open davidmz opened 1 year ago

davidmz commented 1 year ago

If a user is authorized, the page https://freefeed.net/all-groups should show the private groups available to them. They should be marked with a special icon (this will require a modification in freefeed-react-client).

amanx123 commented 1 year ago

Please allow me to work on this. Assign me

davidmz commented 1 year ago

@amanx123 Sure) You need to change the GroupsController.allGroups method. Please don't forget to add tests for your changes.