mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-12-13 10:28:25 +00:00
disable outgoing mastodon quotes
This commit is contained in:
parent
a77c32b17d
commit
38616ab246
1 changed files with 2 additions and 1 deletions
|
|
@ -555,7 +555,8 @@ export class ApRendererService {
|
||||||
quoteUrl: quote,
|
quoteUrl: quote,
|
||||||
quoteUri: quote,
|
quoteUri: quote,
|
||||||
// https://codeberg.org/fediverse/fep/src/branch/main/fep/044f/fep-044f.md
|
// 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(),
|
published: this.idService.parse(note.id).date.toISOString(),
|
||||||
to,
|
to,
|
||||||
cc,
|
cc,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue