33 lines
1.4 KiB
Diff
33 lines
1.4 KiB
Diff
diff --git a/plugins/notificationsExtension/withNotificationsExtension.js b/plugins/notificationsExtension/withNotificationsExtension.js
|
|
index 6a00cfd23..f91decc08 100644
|
|
--- a/plugins/notificationsExtension/withNotificationsExtension.js
|
|
+++ b/plugins/notificationsExtension/withNotificationsExtension.js
|
|
@@ -10,7 +10,7 @@ const EXTENSION_NAME = 'BlueskyNSE'
|
|
const EXTENSION_CONTROLLER_NAME = 'NotificationService'
|
|
|
|
const withNotificationsExtension = config => {
|
|
- const soundFiles = ['dm.aiff']
|
|
+ const soundFiles = []
|
|
|
|
return withPlugins(config, [
|
|
// IOS
|
|
diff --git a/src/components/PolicyUpdateOverlay/updates/202508/index.tsx b/src/components/PolicyUpdateOverlay/updates/202508/index.tsx
|
|
index 8365057e8..59c8506a2 100644
|
|
--- a/src/components/PolicyUpdateOverlay/updates/202508/index.tsx
|
|
+++ b/src/components/PolicyUpdateOverlay/updates/202508/index.tsx
|
|
@@ -26,12 +26,12 @@ export function Content({state}: {state: PolicyUpdateState}) {
|
|
const links = {
|
|
terms: {
|
|
overridePresentation: false,
|
|
- to: `https://bsky.social/about/support/tos`,
|
|
+ to: `https://syu.is/about/support/tos`,
|
|
label: _(msg`Terms of Service`),
|
|
},
|
|
privacy: {
|
|
overridePresentation: false,
|
|
- to: `https://bsky.social/about/support/privacy-policy`,
|
|
+ to: `https://syu.is/about/support/privacy-policy`,
|
|
label: _(msg`Privacy Policy`),
|
|
},
|
|
copyright: {
|