v0.1.3 release

fixed some issues, forgot which ones
This commit is contained in:
limited_dev 2023-02-14 12:46:52 +01:00
parent 7f138cf73f
commit b25949a8f3
9 changed files with 35 additions and 7 deletions

View file

@ -153,6 +153,7 @@
{
//Open post successfull
NavigationManager.NavigateTo($"/{board.Tag}/thread/{postId}", true, true);
await TheManager.bumpThreads(board);
Console.WriteLine("Post created");
}
else