improved login/logout process, eliminating 403 errors

This commit is contained in:
Henry Jameson 2026-08-25 19:36:24 +03:00
commit 1fac5b006d
7 changed files with 155 additions and 20 deletions

View file

@ -49,6 +49,7 @@ export const useStatusesStore = defineStore('statuses', {
data.forEach((id) => this.setDeleted(id))
const socket = {
name: 'statuses',
et,
handlers: {
handleUpdate,