summaryrefslogtreecommitdiff
path: root/packages/backend
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-07-27 15:30:10 +0000
committerHazelnoot <acomputerdog@gmail.com>2025-07-27 15:30:10 +0000
commit51ad31b5a47cf60b1a6dd3275c4e99bc0f244451 (patch)
treebdc890fcb21c57f2e50b95896249936335273574 /packages/backend
parentmerge: mark grouped notifs by oldest id - sort-of fix 1139 (!1152) (diff)
parentdisable outgoing mastodon quotes (diff)
downloadsharkey-51ad31b5a47cf60b1a6dd3275c4e99bc0f244451.tar.gz
sharkey-51ad31b5a47cf60b1a6dd3275c4e99bc0f244451.tar.bz2
sharkey-51ad31b5a47cf60b1a6dd3275c4e99bc0f244451.zip
merge: disable outgoing mastodon quotes *FOR STABLE* (!1169)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1169 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
Diffstat (limited to 'packages/backend')
-rw-r--r--packages/backend/src/core/activitypub/ApRendererService.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/backend/src/core/activitypub/ApRendererService.ts b/packages/backend/src/core/activitypub/ApRendererService.ts
index 623e7002cd..9f55be11ac 100644
--- a/packages/backend/src/core/activitypub/ApRendererService.ts
+++ b/packages/backend/src/core/activitypub/ApRendererService.ts
@@ -555,7 +555,8 @@ export class ApRendererService {
quoteUrl: quote,
quoteUri: quote,
// https://codeberg.org/fediverse/fep/src/branch/main/fep/044f/fep-044f.md
- quote: quote,
+ // Disabled since Mastodon hides the fallback link when this is set
+ // quote: quote,
published: this.idService.parse(note.id).date.toISOString(),
to,
cc,