From 7c35fa7bb231f3897ee1878c514fefb794cbc565 Mon Sep 17 00:00:00 2001 From: Erlend Sogge Heggen Date: Thu, 7 Sep 2017 10:20:29 +0200 Subject: [PATCH] Updated Winter of Code 2018 Ideas List (markdown) --- Winter-of-Code-2018-Ideas-List.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Winter-of-Code-2018-Ideas-List.md b/Winter-of-Code-2018-Ideas-List.md index 4e21e92..38f491f 100644 --- a/Winter-of-Code-2018-Ideas-List.md +++ b/Winter-of-Code-2018-Ideas-List.md @@ -41,14 +41,6 @@ On some forums with a large variety of content, users will be most interested in For a private conversation with mentors, send an email to team@discourse.org. -## Common event system for chatrooms - -Ideally we'd have a set of plugins for various chatrooms, like discourse-hipchat, discourse-slack, etc, that would all expose the same event system. - -Then we could do code like DiscourseEvent.trigger(:notify_chat, "some chatroom text") and have it work regardless of your chat software. - -**This idea needs a proper spec. If you're interested in pursuing this idea, ask @eviltrout on Meta for more information.** - ## Mute user's posts Discourse already supports muting users, but it will only prevent them from sending you PMs. An extended version of muting would add an option to hide a muted users post from view.