mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
fix(client): Fix default reaction setting
This commit is contained in:
parent
fd0bd2d74f
commit
ff7f7104f0
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ export default Vue.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
setDefault() {
|
setDefault() {
|
||||||
this.reactions = defaultSettings.reactions;
|
this.reactions = defaultSettings.reactions.join('');
|
||||||
},
|
},
|
||||||
|
|
||||||
async chooseEmoji(ev) {
|
async chooseEmoji(ev) {
|
||||||
|
|
Loading…
Reference in a new issue