[backend/federation] Don't add RE: to ASNote.Source.Content for quotes
This commit is contained in:
parent
0e6864fe38
commit
2e0792ab73
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ public class NoteRenderer(IOptions<Config.InstanceSection> config, MfmConverter
|
||||||
Content = text != null ? await mfmConverter.ToHtmlAsync(text, mentions, note.UserHost) : null,
|
Content = text != null ? await mfmConverter.ToHtmlAsync(text, mentions, note.UserHost) : null,
|
||||||
Summary = note.Cw,
|
Summary = note.Cw,
|
||||||
Source = text != null
|
Source = text != null
|
||||||
? new ASNoteSource { Content = text, MediaType = "text/x.misskeymarkdown" }
|
? new ASNoteSource { Content = note.Text, MediaType = "text/x.misskeymarkdown" }
|
||||||
: null,
|
: null,
|
||||||
MkQuote = quoteUri,
|
MkQuote = quoteUri,
|
||||||
QuoteUri = quoteUri,
|
QuoteUri = quoteUri,
|
||||||
|
|
Loading…
Add table
Reference in a new issue