Skip to content

Added URL redirects for Pleroma default URLs Fixes #39, #61, #64, #68, #69 and #81

Curtis requested to merge crockwave/soapbox-fe:url_redirect into master
  • /main/all --> /timeline/fediverse
  • /main/public --> /timeline/local
  • /main/friends --> /
  • /users/:username --> /@:username
  • /tag/:id --> /tags/:id
  • /notice/:statusId --> /@:username/posts/:statusId
  • /home --> /

Merge request reports