separation support

This commit is contained in:
Henry Jameson 2026-01-29 20:33:59 +02:00
commit e554eeeef6
30 changed files with 92 additions and 102 deletions

View file

@ -16,7 +16,7 @@ const defaultState = {
unicodeEmojiAnnotations: {},
// Stickers
stickers: null
stickers: null,
}
const SORTED_EMOJI_GROUP_IDS = [
@ -130,7 +130,7 @@ export const useEmojiStore = defineStore('emoji', {
},
},
actions: {
setStickers (stickers) {
setStickers(stickers) {
this.stickers = stickers
},
async getStaticEmoji() {

View file

@ -92,10 +92,6 @@ const defaultState = {
localBubble: false, // Akkoma
},
// Html stuff
instanceSpecificPanelContent: '',
tos: '',
// Version Information
backendVersion: '',
backendRepository: '',