|
@@ -82,8 +82,6 @@ class ChattoConstants:
|
|
|
# HTTP timeout used for outbound URL fetches
|
|
# HTTP timeout used for outbound URL fetches
|
|
|
HTTP_TIMEOUT = 30
|
|
HTTP_TIMEOUT = 30
|
|
|
|
|
|
|
|
- # Emoji shortcode mapping (Chatto uses shortcode names, not unicode emoji)
|
|
|
|
|
-
|
|
|
|
|
# Emoji shortcode mapping (Chatto uses shortcode names, not unicode emoji)
|
|
# Emoji shortcode mapping (Chatto uses shortcode names, not unicode emoji)
|
|
|
EMOJI_TO_SHORTCODE: Dict[str, str] = {
|
|
EMOJI_TO_SHORTCODE: Dict[str, str] = {
|
|
|
"👍": "thumbsup",
|
|
"👍": "thumbsup",
|
|
@@ -99,12 +97,20 @@ class ChattoConstants:
|
|
|
"🚀": "rocket",
|
|
"🚀": "rocket",
|
|
|
"🔥": "fire",
|
|
"🔥": "fire",
|
|
|
"💯": "100",
|
|
"💯": "100",
|
|
|
- "🤔": "thinking",
|
|
|
|
|
|
|
+ "🤔": "thinking_face",
|
|
|
"👏": "clap",
|
|
"👏": "clap",
|
|
|
"🙏": "pray",
|
|
"🙏": "pray",
|
|
|
"😅": "sweat_smile",
|
|
"😅": "sweat_smile",
|
|
|
"😴": "sleeping",
|
|
"😴": "sleeping",
|
|
|
"⏳": "hourglass",
|
|
"⏳": "hourglass",
|
|
|
|
|
+ "💭": "thought_balloon",
|
|
|
|
|
+ "👓": "glasses",
|
|
|
|
|
+ "👁️🗨️": "eye_in_speech_bubble",
|
|
|
|
|
+ "💬": "speech_balloon",
|
|
|
|
|
+ "🗨️": "left_speech_bubble",
|
|
|
|
|
+ "🗯️": "right_anger_bubble",
|
|
|
|
|
+ "🦾": "mechanical_arm",
|
|
|
|
|
+ "🦿": "mechanical_leg",
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
# Chunk size for asset uploads (256 KB)
|
|
# Chunk size for asset uploads (256 KB)
|