improved login/logout process, eliminating 403 errors
This commit is contained in:
parent
b18c3733d6
commit
1fac5b006d
7 changed files with 155 additions and 20 deletions
|
|
@ -49,6 +49,7 @@ export const useStatusesStore = defineStore('statuses', {
|
|||
data.forEach((id) => this.setDeleted(id))
|
||||
|
||||
const socket = {
|
||||
name: 'statuses',
|
||||
et,
|
||||
handlers: {
|
||||
handleUpdate,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue