From 5e87c22c43bf87cd4b931ad942fca5af17e56852 Mon Sep 17 00:00:00 2001 From: AkiraTiger Date: Fri, 23 Aug 2024 13:43:18 +0800 Subject: [PATCH] Update getMessage.js --- fb-chat-api/src/getMessage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fb-chat-api/src/getMessage.js b/fb-chat-api/src/getMessage.js index dd7c18ec5..32782698b 100644 --- a/fb-chat-api/src/getMessage.js +++ b/fb-chat-api/src/getMessage.js @@ -8,7 +8,7 @@ var utils = require("../utils"); var log = require("npmlog"); - +// 写的真好 function formatMessage(threadID, data) { switch (data.__typename) { case "ThreadNameMessage": @@ -713,4 +713,4 @@ const colors = [ should_show_icon: '', theme_name_with_subtitle: 'Non-Binary' } -]; \ No newline at end of file +];