]> cat aescling's git repositories - mastodon.git/commit
Add notifications when a reblogged status has been updated (#17404)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 11 Feb 2022 21:20:19 +0000 (22:20 +0100)
committerGitHub <noreply@github.com>
Fri, 11 Feb 2022 21:20:19 +0000 (22:20 +0100)
commit8f03b7a2fb4b420eb46942157160816185e81751
tree125819d272db5626bbd41406c633ef39ccd334da
parentd0fcf07436d158bcac2617d076a83d0aa49c39e6
Add notifications when a reblogged status has been updated (#17404)

* Add notifications when a reblogged status has been updated

* Change wording to say "edit" instead of "update" and add missing controls

* Replace previous update notifications with the most up-to-date one
14 files changed:
app/controllers/api/web/push_subscriptions_controller.rb
app/javascript/mastodon/actions/notifications.js
app/javascript/mastodon/features/notifications/components/column_settings.js
app/javascript/mastodon/features/notifications/components/notification.js
app/javascript/mastodon/reducers/settings.js
app/javascript/mastodon/service_worker/web_push_locales.js
app/javascript/mastodon/service_worker/web_push_notifications.js
app/models/notification.rb
app/models/status.rb
app/serializers/rest/notification_serializer.rb
app/services/fan_out_on_write_service.rb
app/services/notify_service.rb
app/workers/local_notification_worker.rb
config/locales/en.yml