[backend/masto-client] Revert NoteRenderer url/uri changes

This commit is contained in:
Laura Hausmann 2024-06-07 17:35:45 +02:00
parent 317395b36b
commit fc2dcb5e97
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -115,7 +115,7 @@ public class NoteRenderer(
{
Id = note.Id,
Uri = uri,
Url = note.Url,
Url = note.Url ?? uri,
Account = account,
ReplyId = note.ReplyId,
ReplyUserId = note.MastoReplyUserId ?? note.ReplyUserId,