move scrobblesAvailable to instance capabilities store
This commit is contained in:
parent
1e93e0a9c3
commit
c2f5840a02
2 changed files with 4 additions and 3 deletions
|
|
@ -22,6 +22,7 @@ const defaultState = {
|
|||
tagPolicyAvailable: false,
|
||||
pollsAvailable: false,
|
||||
localBubble: false, // Akkoma
|
||||
scrobblesSupport: false,
|
||||
}
|
||||
|
||||
export const useInstanceCapabilitiesStore = defineStore(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue