Merge branch 'main' into hyd-332-friendsblocks-list-pagination-and-set-privacy-settings

# Conflicts:
#	src/renderer/src/pages/user/user-content.tsx
This commit is contained in:
Zamitto
2024-08-15 17:28:48 -03:00
39 changed files with 561 additions and 407 deletions

View File

@@ -26,6 +26,8 @@ const signOut = async (_event: Electron.IpcMainInvokeEvent) => {
/* Disconnects libtorrent */
PythonInstance.killTorrent();
HydraApi.handleSignOut();
await Promise.all([
databaseOperations,
HydraApi.post("/auth/logout").catch(() => {}),