add "followers" tab to following feed
This commit is contained in:
@@ -11,6 +11,7 @@ import darkTheme from '@@/themes/d-ice.json5';
|
||||
import { miLocalStorage } from './local-storage.js';
|
||||
import { searchEngineMap } from './scripts/search-engine-map.js';
|
||||
import type { SoundType } from '@/scripts/sound.js';
|
||||
import type { FollowingFeedTab } from '@/pages/following-feed.vue';
|
||||
import { Storage } from '@/pizzax.js';
|
||||
|
||||
interface PostFormAction {
|
||||
@@ -249,7 +250,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
withBots: true,
|
||||
withReplies: false,
|
||||
onlyFiles: false,
|
||||
onlyMutuals: false,
|
||||
userList: 'following' as FollowingFeedTab,
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user