mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
emoji alias for windows
This commit is contained in:
parent
6d4db0deca
commit
4204072ea8
1 changed files with 2 additions and 1 deletions
|
@ -597,7 +597,8 @@ module.exports.EMOJIPEDIA_PLATFORM_TYPE_ALIASES = {
|
||||||
"twemoji": "twitter",
|
"twemoji": "twitter",
|
||||||
"playstation": "sony",
|
"playstation": "sony",
|
||||||
"ios": "apple",
|
"ios": "apple",
|
||||||
"android": "google"
|
"android": "google",
|
||||||
|
"windows": "microsoft"
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports.GOOGLE_CLOUD_SAFETY_LABELS_NAMES = Object.freeze({
|
module.exports.GOOGLE_CLOUD_SAFETY_LABELS_NAMES = Object.freeze({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue