FreeFeed / freefeed-server

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

Group access revolution #577

Closed davidmz closed 2 years ago

davidmz commented 2 years ago

Added

Changed

n1313 commented 2 years ago

I wonder if there are weird side-effects possible if a user that is blocked from posting to a public group subscribes to it and gets promoted to admin. Will they be able to remove the restriction from themselves? Will this interfere with any other mod functions?

davidmz commented 2 years ago

Yes, he can unblock himself by being an admin. I don't think a blocked admin is a meaningful case.

davidmz commented 2 years ago

Made some updates.

Any serialized group data (not user data) in API responses now have additional boolean acceptsPosts field. This field is true_ if the current user can create posts in this group.