Circles are the conceptual opposite of lists. A list is a subdivision of your follows, a circle is a subdivision of your followers. Posting to a circle means making content available to only some of your followers. Circles have been internally supported in Mastodon for the purposes of federation since #8950, this adds the REST API necessary for making use of them in Mastodon itsef.
4 lines
54 B
Ruby
4 lines
54 B
Ruby
Fabricator(:circle) do
|
|
account
|
|
title "Family"
|
|
end
|