mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-12-11 09:28:24 +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,
|
||||
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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue