You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Claire e54a65013d
Fix replying from modal (#16516)
Fixes #16515

Not using a router object somehow made `this.history` lag behind the real
browser history whenever pushing a new history item in `replyCompose`.

Not using the context-provided router in this case was an oversight made
when porting glitch-soc changes in #16499.
4 years ago
..
chewy
controllers Fix user email address being banned on self-deletion (#16503) 4 years ago
helpers
javascript Fix replying from modal (#16516) 4 years ago
lib Fix inefficiencies in auto-linking code (#16506) 4 years ago
mailers
models Fix user email address being banned on self-deletion (#16503) 4 years ago
policies
presenters
serializers
services
validators
views
workers