Merge remote-tracking branch 'origin/develop' into setttingssync
This commit is contained in:
commit
53a3c8bcd6
3 changed files with 18 additions and 13 deletions
|
|
@ -278,10 +278,10 @@ const PostStatusForm = {
|
|||
})
|
||||
},
|
||||
emoji() {
|
||||
return useEmojiStore().standardEmojiList || []
|
||||
return useEmojiStore().standardEmojiList
|
||||
},
|
||||
customEmoji() {
|
||||
return useEmojiStore().customEmoji || []
|
||||
return useEmojiStore().customEmoji
|
||||
},
|
||||
statusLength() {
|
||||
return this.newStatus.status.length
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue