Skip to content

Fix Twitter timelines for private instances

An incorrect pattern match was preventing Twitter API public timelines from being accessible on private instances, even for authenticated users. This caused Pleroma-FE to not be able to load the Public Timeline or Whole Known Network tabs if this config was in use:

config :pleroma, :instance,
  public: false

Merge request reports