1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app
Claire 6b19e1e632
Fix incorrect use of old WebUI paths (#16773)
* Fix incorrect use of old WebUI paths

PR #16171 renamed some routes but missed some occurrences.
Without #16772, this leads to unreachable routes in those cases.

* Fix floating action button being displayed on statuses and compose screen
2021-09-27 07:24:04 +02:00
..
chewy
controllers Change routing paths to use usernames in web UI (#16171) 2021-09-26 05:46:13 +02:00
helpers
javascript Fix incorrect use of old WebUI paths (#16773) 2021-09-27 07:24:04 +02:00
lib Change routing paths to use usernames in web UI (#16171) 2021-09-26 05:46:13 +02:00
mailers
models
policies
presenters
serializers
services Refactor notifications to go through a separate stream in streaming API (#16765) 2021-09-26 13:23:28 +02:00
validators
views
workers