Skip to content

Commit

Permalink
also use openmoji_tags for keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-james-watson committed Sep 10, 2021
1 parent eb51059 commit ff40e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emote/emojis.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def init():
continue

emoji = {
"keywords": row["tags"].split(", "),
"keywords": (row["tags"] + row["openmoji_tags"]).split(", "),
"char": row["emoji"],
"name": row["annotation"].capitalize(),
"shortcode": shortcode,
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: emote
version: '3.0.2'
version: '3.0.3'
license: GPL-3.0+
summary: Modern emoji picker built on GTK3
description: |
Expand Down

0 comments on commit ff40e3d

Please sign in to comment.