mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-12-12 21:58:58 +09:00
fix(client): Fix default reaction setting
This commit is contained in:
parent
4a08d5295e
commit
97cdfa662e
@ -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 New Issue
Block a user