about summary refs log tree commit diff
path: root/db/migrate/20191212163405_add_hide_collections_to_accounts.rb
AgeCommit message (Collapse)Author
2020-03-09Add federation support for the "hide network" preference (#11673)ThibG
* Change ActivityPub follower/following collections to not link first page * Add support for hiding followers and following of remote users * Switch to using a single `hide_collections` column * Address code style remarks