[backend/masto-client] Revert NoteRenderer url/uri changes
This commit is contained in:
parent
317395b36b
commit
fc2dcb5e97
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ public class NoteRenderer(
|
||||||
{
|
{
|
||||||
Id = note.Id,
|
Id = note.Id,
|
||||||
Uri = uri,
|
Uri = uri,
|
||||||
Url = note.Url,
|
Url = note.Url ?? uri,
|
||||||
Account = account,
|
Account = account,
|
||||||
ReplyId = note.ReplyId,
|
ReplyId = note.ReplyId,
|
||||||
ReplyUserId = note.MastoReplyUserId ?? note.ReplyUserId,
|
ReplyUserId = note.MastoReplyUserId ?? note.ReplyUserId,
|
||||||
|
|
Loading…
Add table
Reference in a new issue