separation support
This commit is contained in:
parent
5e21134d9b
commit
e554eeeef6
30 changed files with 92 additions and 102 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -92,10 +92,6 @@ const defaultState = {
|
|||
localBubble: false, // Akkoma
|
||||
},
|
||||
|
||||
// Html stuff
|
||||
instanceSpecificPanelContent: '',
|
||||
tos: '',
|
||||
|
||||
// Version Information
|
||||
backendVersion: '',
|
||||
backendRepository: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue