From bcffb6cf55ff2d9d88fcb38105695b14ea3586b3 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 1 Apr 2018 16:53:10 -0700 Subject: obscurify chats --- Zotlabs/Lib/Chatroom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Lib') diff --git a/Zotlabs/Lib/Chatroom.php b/Zotlabs/Lib/Chatroom.php index e762620ae..882c846cd 100644 --- a/Zotlabs/Lib/Chatroom.php +++ b/Zotlabs/Lib/Chatroom.php @@ -266,7 +266,7 @@ class Chatroom { intval($room_id), dbesc($xchan), dbesc(datetime_convert()), - dbesc($arr['chat_text']) + dbesc(str_rot47(base64url_encode($arr['chat_text']))) ); $ret['success'] = true; -- cgit v1.2.3