diff --git a/src/stores/index.js b/src/stores/index.js index 87d20d03..c102c107 100644 --- a/src/stores/index.js +++ b/src/stores/index.js @@ -60,6 +60,17 @@ pinia.use( // @ts-ignore ...state.Notification, notificationTable: null + }, + Moderation: { + // @ts-ignore + ...state.Moderation, + playerModerationTable: null + }, + Photon: null, + SharedFeed: { + // @ts-ignore + ...state.SharedFeed, + sharedFeed: null } }) })