reactions and a bunch of bug fixes
This commit is contained in:
@@ -44,7 +44,7 @@ export default {
|
||||
globalStore.setServers(servers)
|
||||
globalStore.setDms(dms)
|
||||
if (route.params.id && typeof route.params.id === 'string') {
|
||||
globalStore.setActive(route.path.includes('@me') ? 'dms' : 'servers', route.params.id)
|
||||
globalStore.setActiveServer(route.path.includes('@me') ? 'dms' : 'servers', route.params.id)
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user