Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Populate default emojis in frequently used more sensible #141

Conversation

nickvergessen
Copy link
Contributor

@nickvergessen nickvergessen commented Nov 19, 2021

For more context/background see nextcloud-libraries/nextcloud-vue#2360

Before

{
  "+1": 16,
  "grinning": 15,
  "kissing_heart": 14,
  "heart_eyes": 13,
  "laughing": 12,
  "stuck_out_tongue_winking_eye": 11,
  "sweat_smile": 10,
  "joy": 9,
  "scream": 8,
  "disappointed": 7,
  "unamused": 6,
  "weary": 5,
  "sob": 4,
  "sunglasses": 3,
  "heart": 2,
  "poop": 1,
}

After

{
  "+1": 5,
  "grinning": 4,
  "kissing_heart": 4,
  "heart_eyes": 4,
  "laughing": 4,
  "stuck_out_tongue_winking_eye": 3,
  "sweat_smile": 3,
  "joy": 3,
  "scream": 3,
  "disappointed": 2,
  "unamused": 2,
  "weary": 2,
  "sob": 2,
  "sunglasses": 1,
  "heart": 1,
  "poop": 1,
}

@serebrov serebrov changed the base branch from master to nickvergessen/more-sensible-default-populating-of-counters November 21, 2021 17:13
@serebrov
Copy link
Owner

It looks good to me, but tests fail for me locally, I'll merge to a branch, nickvergessen/more-sensible-default-populating-of-counters, fix tests and merge to master from there.

@serebrov serebrov merged commit 007dd46 into serebrov:nickvergessen/more-sensible-default-populating-of-counters Nov 21, 2021
@serebrov
Copy link
Owner

Published version 10.1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants