1
mirror of https://github.com/thepeacockproject/Peacock synced 2024-11-22 22:12:45 +01:00

Merge branch 'refs/heads/master' into v7

This commit is contained in:
AnthonyFuller 2024-05-02 00:03:10 +01:00
commit d684ecc081
2 changed files with 7 additions and 1 deletions

View File

@ -467,6 +467,12 @@ webFeaturesRouter.post(
userdata.Extensions.gamepersistentdata =
exts.data.Extensions.gamepersistentdata || {}
userdata.Extensions.gamepersistentdata.HitsFilterType ??= {
MyHistory: "all",
MyContracts: "all",
MyPlaylist: "all",
}
const sublocations = getSublocations(req.query.gv)
userdata.Extensions.defaultloadout ??= {}

View File

@ -1,6 +1,6 @@
{
"name": "@peacockproject/monorepo",
"version": "7.2.1",
"version": "7.2.2",
"private": true,
"license": "AGPL-3.0",
"scripts": {