kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'notification-urls' into 'develop'
Use account.acct in push notification action URLs See merge request soapbox-pub/soapbox-fe!1739environments/review-develop-3zknud/deployments/801
commit
a716629bae
|
@ -146,7 +146,7 @@ const handlePush = (event: PushEvent) => {
|
||||||
timestamp: notification.created_at && Number(new Date(notification.created_at)),
|
timestamp: notification.created_at && Number(new Date(notification.created_at)),
|
||||||
tag: notification.id,
|
tag: notification.id,
|
||||||
image: notification.status?.media_attachments[0]?.preview_url,
|
image: notification.status?.media_attachments[0]?.preview_url,
|
||||||
data: { access_token, preferred_locale, id: notification.status ? notification.status.id : notification.account.id, url: notification.status ? `/@${notification.account.username}/posts/${notification.status.id}` : `/@${notification.account.username}` },
|
data: { access_token, preferred_locale, id: notification.status ? notification.status.id : notification.account.id, url: notification.status ? `/@${notification.account.acct}/posts/${notification.status.id}` : `/@${notification.account.acct}` },
|
||||||
};
|
};
|
||||||
|
|
||||||
if (notification.status?.spoiler_text || notification.status?.sensitive) {
|
if (notification.status?.spoiler_text || notification.status?.sensitive) {
|
||||||
|
|
Ładowanie…
Reference in New Issue