a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[frontend/components] Refresh and force reload instead of navigating to timeline after updating

authored by

pancakes and committed by
Laura Hausmann
14588ab9 b8cdbe5c

+1 -1
+1 -1
Iceshrimp.Frontend/Components/UpdateNotice.razor
··· 84 84 if (UpdateSvc.UpdateState == UpdateService.UpdateStates.UpdateInstalled) 85 85 { 86 86 await UpdateSvc.ServiceWorkerSkipWaitingAsync(); 87 - Nav.NavigateTo("/", true); 87 + Nav.Refresh(true); 88 88 } 89 89 } 90 90 }