From 483952eb784b011994a04e020a959ba8f786ea92 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sun, 4 Sep 2016 21:09:00 -0700 Subject: remove chatroom suggestions for the time being, until somebody decides it's worth fixing and rolls up their sleeves and does it. See the notes. There's a lot of useful technology involved and some valid use cases so we won't throw the code away. There's a lot of stuff in here worth saving. We just need to spend a bit more time working through the nitty-gritty bits. --- include/widgets.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/widgets.php') diff --git a/include/widgets.php b/include/widgets.php index 6b3afecf2..0b3a0d108 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -996,6 +996,14 @@ function widget_suggestedchats($arr) { if(! feature_enabled(App::$profile['profile_uid'],'ajaxchat')) return ''; + // There are reports that this tool does not ever remove chatrooms on dead sites, + // and also will happily link to private chats which you cannot enter. + // For those reasons, it will be disabled until somebody decides it's worth + // fixing and comes up with a plan for doing so. + + return ''; + + // probably should restrict this to your friends, but then the widget will only work // if you are logged in locally. -- cgit v1.2.3