1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app
Elizabeth Martín Campos 7e04b15ad8
fix(web-push-notifications): fix favourite push notifications (#23286)
Fix a bug where clicking in a favourite push notification would result in a 404 (not found) error, since we were redirecting the user to the wrong URL (we were redirecting to /@<user who favourited>/<favourited status id>, when it should be /@<favourited status author>/<favourited status id>)
2023-02-03 09:29:32 +01:00
..
chewy
controllers Change POST /settings/applications/:id to regenerate token on scopes change (#23359) 2023-02-02 12:03:49 +01:00
helpers Address check-i18n warnings (#23313) 2023-02-02 10:14:19 +09:00
javascript fix(web-push-notifications): fix favourite push notifications (#23286) 2023-02-03 09:29:32 +01:00
lib Change number of stored items in home feed from 400 to 800 (#23349) 2023-02-01 11:24:22 +01:00
mailers
models Add roles attribute to Account entities in REST API (#23255) 2023-01-25 19:55:40 +01:00
policies
presenters
serializers Fix unserialized role on account entities in admin API (#23290) 2023-01-29 15:59:58 +01:00
services
validators Fix email with empty domain name labels passing validation (#23246) 2023-01-24 20:18:41 +01:00
views Fix styling of featured tags in light theme (#23252) 2023-01-25 16:28:29 +01:00
workers