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>)
This commit is contained in:
Elizabeth Martín Campos 2023-02-03 09:29:32 +01:00 committed by GitHub
parent 20a479ff7c
commit 7e04b15ad8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -1,6 +1,6 @@