update tests, add journal trimming
This commit is contained in:
parent
45771001e6
commit
8ee71cdfff
5 changed files with 124 additions and 32 deletions
|
|
@ -93,7 +93,8 @@ const FilteringTab = {
|
|||
computed: {
|
||||
...SharedComputedObject(),
|
||||
...mapState(useSyncConfigStore, {
|
||||
muteFilters: (store) => Object.entries(store.prefsStorage.simple.muteFilters),
|
||||
muteFilters: (store) =>
|
||||
Object.entries(store.prefsStorage.simple.muteFilters),
|
||||
muteFiltersObject: (store) => store.prefsStorage.simple.muteFilters,
|
||||
}),
|
||||
...mapState(useInstanceCapabilitiesStore, ['blockExpiration']),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue