From 526a9c48a7daa78cd3b9d4a220caf8c7e8d3a750 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 8 Sep 2023 05:06:27 +0000 Subject: [PATCH] Language specific median calculations / collection --- .../Conversation/Collection/Channels.php | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/Content/Conversation/Collection/Channels.php diff --git a/src/Content/Conversation/Collection/Channels.php b/src/Content/Conversation/Collection/Channels.php new file mode 100644 index 0000000000..a523cc7b2b --- /dev/null +++ b/src/Content/Conversation/Collection/Channels.php @@ -0,0 +1,28 @@ +. + * + */ + +namespace Friendica\Content\Conversation\Collection; + +use Friendica\BaseCollection; + +class Channels extends BaseCollection +{ +} -- 2.39.5