Actions
Feature proposal #8670
closedRemove global posts
Description
These don't make a lot of sense. They result in posts being on every stream, which is out of context. Originally the idea was to use them to make announcements, but they are displayed out of context and they don't expire so for example a new stream is just filled with all the global posts. In addition to this they harm performance with another OR case in the query. If a site needs such functionality it's best to instead use a separate activity stream, set its Asset to "global" or "announcements" then include that asset in their stream.
Actions