Skip to content

Set allow_posting_to_all to false for spaces

Anthony Shull requested to merge as/feat/904/only-members-can-post into develop

To test just run > bundle exec rails db:reset you can then look in the database and see that all of the feeds have allow_posting_to_all set to true except the one where feedable_type = Space SELECT * FROM feeds;

Closes https://gitlab.com/JOGL/JOGL/-/issues/904

Edited by Anthony Shull

Merge request reports