[frontend/timeline] Make clicking renoted notes open the renoted note
This commit is contained in:
parent
0c6de9bb2c
commit
e747a34049
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@
|
|||
|
||||
private void OpenNote()
|
||||
{
|
||||
Navigation.NavigateTo($"/notes/{Note.Id}");
|
||||
Navigation.NavigateTo(Note.RenoteId != null ? $"/notes/{Note.RenoteId}" : $"/notes/{Note.Id}");
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue