This is an automated email from the ASF dual-hosted git repository.

meonkeys pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-chat-archive.git


The following commit(s) were added to refs/heads/main by this push:
     new 20ca050  add 👌, 🚢, 🤦
20ca050 is described below

commit 20ca050d0a8114cb86b0ebd8d9358a346f1c6f75
Author: Adam Monsen <[email protected]>
AuthorDate: Wed Mar 25 10:19:13 2026 -0700

    add 👌, 🚢, 🤦
    
    Surely there's a library to map all these for us, including modifiers.
    We should look for one and switch to it.
---
 src/main/java/org/apache/fineract/chat/archive/SlackTextFormatter.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/src/main/java/org/apache/fineract/chat/archive/SlackTextFormatter.java 
b/src/main/java/org/apache/fineract/chat/archive/SlackTextFormatter.java
index 7dccb7a..115aa9d 100644
--- a/src/main/java/org/apache/fineract/chat/archive/SlackTextFormatter.java
+++ b/src/main/java/org/apache/fineract/chat/archive/SlackTextFormatter.java
@@ -32,6 +32,7 @@ final class SlackTextFormatter {
             Map.entry("wave", "👋"),
             Map.entry("thumbsup", "👍"),
             Map.entry("+1", "👍"),
+            Map.entry("ok_hand", "👌"),
             Map.entry("thumbsdown", "👎"),
             Map.entry("-1", "👎"),
             Map.entry("slightly_smiling_face", "🙂"),
@@ -49,8 +50,10 @@ final class SlackTextFormatter {
             Map.entry("fire", "🔥"),
             Map.entry("eyes", "👀"),
             Map.entry("white_check_mark", "✅"),
+            Map.entry("ship", "🚢"),
             Map.entry("open_mouth", "😮"),
             Map.entry("saluting_face", "🫡"),
+            Map.entry("face_palm", "🤦"),
             Map.entry("dancer", "💃"),
             Map.entry("raised_hands", "🙌"));
 

Reply via email to