Skip to content

Commit

Permalink
updating emojis name
Browse files Browse the repository at this point in the history
Changelog: fixed
  • Loading branch information
Cyril Gromoff committed Aug 12, 2024
1 parent 97bac41 commit bfa0664
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 27 deletions.
9 changes: 9 additions & 0 deletions server/public/model/emoji_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -4471,4 +4471,13 @@ var SystemEmojis = map[string]string{
"writing_hand_dark_skin_tone": "270d-1f3ff",
"kchat": "kchat",
"kmeet": "kmeet",
"calendar": "calendar",
"chk": "chk",
"contacts": "contacts",
"kdrive": "kdrive",
"ksuite": "ksuite",
"mail": "mail",
"paste": "paste",
"swisstransfer": "swisstransfer",
"tasks": "tasks",
}
24 changes: 12 additions & 12 deletions webapp/channels/build/emoji/make_emojis.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -249,21 +249,21 @@ fullEmoji.push({
category: 'custom',
});
fullEmoji.push({
id: 'contact',
name: 'contact',
unified: 'contact',
image: 'contact.png',
short_name: 'contact',
short_names: ['contact'],
id: 'contacts',
name: 'contacts',
unified: 'contacts',
image: 'contacts.png',
short_name: 'contacts',
short_names: ['contacts'],
category: 'custom',
});
fullEmoji.push({
id: 'drive',
name: 'drive',
unified: 'drive',
image: 'drive.png',
short_name: 'drive',
short_names: ['drive'],
id: 'kdrive',
name: 'kdrive',
unified: 'kdrive',
image: 'kdrive.png',
short_name: 'kdrive',
short_names: ['kdrive'],
category: 'custom',
});
fullEmoji.push({
Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {Client4} from 'mattermost-redux/client';
const IK_EMOJIS = [
'calendar',
'chk',
'contact',
'drive',
'contacts',
'kdrive',
'kchat',
'kmeet',
'ksuite',
Expand Down
22 changes: 11 additions & 11 deletions webapp/channels/src/utils/emoji.json
Original file line number Diff line number Diff line change
Expand Up @@ -57827,22 +57827,22 @@
"category": "custom"
},
{
"id": "contact",
"name": "contact",
"unified": "contact",
"short_name": "contact",
"id": "contacts",
"name": "contacts",
"unified": "contacts",
"short_name": "contacts",
"short_names": [
"contact"
"contacts"
],
"category": "custom"
},
{
"id": "drive",
"name": "drive",
"unified": "drive",
"short_name": "drive",
"id": "kdrive",
"name": "kdrive",
"unified": "kdrive",
"short_name": "kdrive",
"short_names": [
"drive"
"kdrive"
],
"category": "custom"
},
Expand Down Expand Up @@ -57896,4 +57896,4 @@
],
"category": "custom"
}
]
]
4 changes: 2 additions & 2 deletions webapp/channels/src/utils/emoji.ts

Large diffs are not rendered by default.

0 comments on commit bfa0664

Please sign in to comment.