2
0
Fork 0

add support for misskey-like cat fields (is cat & speak as cat) and frontend options for this

This commit is contained in:
notfire 2025-09-07 15:02:04 -04:00
commit 0b05ec0ce1
No known key found for this signature in database
15 changed files with 243 additions and 3 deletions

View file

@ -135,6 +135,9 @@ const GeneralTab = {
this.$store.dispatch('setOption', { name: 'postLanguage', value: val })
}
},
catOptsAvail: {
get: function () { return this.$store.getters.mergedConfig.showCatFields }
},
...SharedComputedObject()
},
methods: {