Egregoros

Signal feed

Timeline

Post

Remote status

Replies

5
@Cocoa @ra1n Try setting
config :pleroma, :instance, limit_to_local_content: :unauthenticated # This is the default

config :pleroma, :restrict_unauthenticated,
timelines: %{local: true, federated: true}
This has the effect of disabling timelines for unauthenticated users, but also at least on my instance rendered search almost useless (only user search properly works). Status search returns nothing and hashtag search will give you results, but attempting to open the hashtag timeline will give you zero results.
screenshot-20260131-150143-45.png
screenshot-20260131-150159-17.png